7 lines
159 B
Objective-C
7 lines
159 B
Objective-C
#import "base/mac/scoped_sending_event.h"
|
|
|
|
@interface BRYApplication : NSApplication<CrAppProtocol, CrAppControlProtocol> {
|
|
BOOL _handlingSendEvent;
|
|
}
|
|
|
|
@end
|