mirror of
https://github.com/binaryage/totalterminal.git
synced 2026-01-14 08:48:01 -05:00
11 lines
247 B
Objective-C
11 lines
247 B
Objective-C
@class TTTabController;
|
|
|
|
@interface TTWindowController : NSWindowController { }
|
|
|
|
-(void)displayWindowCloseSheet:(int)arg1;
|
|
-(void)applyProfileToAllShellsInWindow:(id)arg1;
|
|
-(TTTabController*)selectedTabController;
|
|
-(NSUInteger)numberOfTabs;
|
|
|
|
@end
|