mirror of
https://github.com/binaryage/totalterminal.git
synced 2026-04-19 03:00:11 -04:00
12 lines
232 B
Objective-C
12 lines
232 B
Objective-C
@class TTPane;
|
|
|
|
@interface TTTabController : NSObject<NSSplitViewDelegate> { }
|
|
|
|
@property (readonly) TTPane* activePane; // @synthesize activePane;
|
|
|
|
-(id)windowController;
|
|
-(void)closePane:(id)arg1;
|
|
-(void)splitPane:(id)arg1;
|
|
|
|
@end
|