mirror of
https://github.com/binaryage/totalterminal.git
synced 2026-04-19 03:00:11 -04:00
9 lines
136 B
Objective-C
9 lines
136 B
Objective-C
#import "TotalTerminal.h"
|
|
|
|
@interface TotalTerminal (Features)
|
|
|
|
+(BOOL)shouldLoadFeature:(NSString*)feature;
|
|
+(void)loadFeatures;
|
|
|
|
@end
|