33@protocol OOPrimaryWindowDelegate;
44@property (nonatomic, assign) IBOutlet id<OOPrimaryWindowDelegate> fullScreenDelegate;
47- (void) standardToggleFullScreen:(
id)sender;
52@protocol OOPrimaryWindowDelegate <NSObject>
56- (void) toggleFullScreenCalledForWindow:(
OOPrimaryWindow *)window withSender:(
id)sender;
id< OOPrimaryWindowDelegate > _fullScreenDelegate