mirror of
https://github.com/binaryage/totalterminal.git
synced 2026-04-19 03:00:11 -04:00
15 lines
274 B
Objective-C
15 lines
274 B
Objective-C
#import "TotalTerminal.h"
|
|
|
|
@interface TotalTerminal (Helpers)
|
|
|
|
+(void)closeExistingWindows;
|
|
+(BOOL)hasVisorProfile;
|
|
+(id)getVisorProfile;
|
|
|
|
-(bool)isCurrentylyActive;
|
|
-(void)storePreviouslyActiveApp;
|
|
-(void)updatePreviouslyActiveApp;
|
|
-(void)restorePreviouslyActiveApp;
|
|
|
|
@end
|