electron/brightray/browser/mac/bry_application.h

8 lines
159 B
C
Raw Normal View History

2013-03-13 19:12:05 +00:00
#import "base/mac/scoped_sending_event.h"
@interface BRYApplication : NSApplication<CrAppProtocol, CrAppControlProtocol> {
2013-03-13 19:12:05 +00:00
BOOL _handlingSendEvent;
}
@end