luxlabs header browser preview


@class RadiosPreferences;

@interface MISManager : NSObject {
    struct __CFRunLoopSource { } *_scRunLoopSource;
    struct __SCDynamicStore { } *_scDynamicStore;
    struct NETRBClient { } *_netClient;
    int _state;
    int _reason;
    BOOL _needStateUpdate;
    RadiosPreferences *_radioPrefs;
}

+ (id)sharedManager;

- (void)applicationDidBecomeActive:(id)a0;
- (void)applicationWillResignActive:(id)a0;
- (id)init;
- (void)setState:(int)a0;
- (void).cxx_destruct;
- (void)stopService;
- (void)sendStateUpdate;
- (void)authenticate;
- (void)attachMIS;
- (void)detachMIS;
- (BOOL)didUserPreventData;
- (void)getState:(int *)a0 andReason:(int *)a1;
- (void)readMISState:(int *)a0 andReason:(int *)a1;

@end