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