mirror of
https://github.com/electron/electron.git
synced 2026-01-10 07:58:08 -05:00
8 lines
160 B
Objective-C
8 lines
160 B
Objective-C
#import "base/mac/scoped_sending_event.h"
|
|
|
|
@interface BRYApplication : NSApplication <CrAppProtocol, CrAppControlProtocol> {
|
|
BOOL _handlingSendEvent;
|
|
}
|
|
|
|
@end
|