mirror of
https://github.com/binaryage/totalterminal.git
synced 2026-05-11 03:00:08 -04:00
9 lines
104 B
Objective-C
9 lines
104 B
Objective-C
#import <Sparkle/Sparkle.h>
|
|
|
|
@interface TTUpdater : SUUpdater { }
|
|
|
|
+(id)sharedUpdater;
|
|
-(id)init;
|
|
|
|
@end
|