luxlabs header browser preview


@interface WLKBackgroundUpdateController : NSObject {
    int _notifyToken;
    BOOL _notifyTokenIsValid;
}

+ (id)sharedInstance;

- (id)init;
- (void)dealloc;
- (id)_init;

@end