Files
totalterminal/totalterminal-plugin/TotalTerminal+Helpers.h
Antonin Hildebrand a12d711f3a resolve all warnings
2012-02-20 00:44:29 +01:00

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