Files
WWDC/PlayerUI/Views/PUIAnnotationWindow.swift
Guilherme Rambo c5617202c0 Bookmark editing
2017-05-28 21:58:46 -03:00

18 lines
277 B
Swift

//
// PUIAnnotationWindow.swift
// WWDC
//
// Created by Guilherme Rambo on 28/05/17.
// Copyright © 2017 Guilherme Rambo. All rights reserved.
//
import Cocoa
class PUIAnnotationWindow: NSWindow {
override var canBecomeKey: Bool {
return true
}
}