Files
WWDC/PlayerUI/Views/PUIAnnotationWindow.swift
2017-09-01 15:47:46 -05:00

18 lines
273 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
}
}