mirror of
https://github.com/objective-see/BlockBlock.git
synced 2026-03-22 07:02:39 +00:00
15 lines
303 B
Objective-C
Executable File
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
|