Files
BlockBlock/Application/Application/StatusBarPopoverController.h
T
Patrick Wardle 57ca40fc7f initial checkin
BlockBlock v1.0 (beta)
2020-04-10 21:09:09 -10:00

15 lines
303 B
Objective-C
Executable File

//
// file: StatusBarPopoverController.h
// project: BlockBlock (login item)
// description: popover for status bar (header)
//
// created by Patrick Wardle
// copyright (c) 2017 Objective-See. All rights reserved.
//
@import Cocoa;
@interface StatusBarPopoverController : NSViewController
@end