mirror of
https://github.com/textmate/textmate.git
synced 2026-04-28 03:00:34 -04:00
Use generated properties
This commit is contained in:
@@ -1,7 +1,5 @@
|
||||
#include <network/key_chain.h>
|
||||
|
||||
@class DownloadWindowController;
|
||||
|
||||
PUBLIC extern NSString* const kUserDefaultsDisableSoftwareUpdatesKey;
|
||||
PUBLIC extern NSString* const kUserDefaultsSoftwareUpdateChannelKey;
|
||||
PUBLIC extern NSString* const kUserDefaultsSubmitUsageInfoKey;
|
||||
@@ -12,18 +10,6 @@ PUBLIC extern NSString* const kSoftwareUpdateChannelBeta;
|
||||
PUBLIC extern NSString* const kSoftwareUpdateChannelNightly;
|
||||
|
||||
PUBLIC @interface SoftwareUpdate : NSObject
|
||||
{
|
||||
NSDictionary* channels;
|
||||
key_chain_t keyChain;
|
||||
|
||||
NSTimeInterval pollInterval;
|
||||
NSTimer* pollTimer;
|
||||
|
||||
BOOL isChecking;
|
||||
NSString* errorString;
|
||||
|
||||
DownloadWindowController* downloadWindowController;
|
||||
}
|
||||
@property (nonatomic, retain) NSDictionary* channels;
|
||||
@property (nonatomic, retain, readonly) NSDate* lastPoll;
|
||||
@property (nonatomic, assign, readonly) BOOL isChecking;
|
||||
|
||||
Reference in New Issue
Block a user