luxlabs header browser preview


@interface SportsKit.AppState : NSObject {
    void /* unknown type, empty encoding */ _state;
}

- (id)init;
- (void)dealloc;
- (void).cxx_destruct;
- (void)applicationWillTerminate;
- (void)applicationDidEnterBackgroundNotification;
- (void)applicationWillEnterForegroundNotification;

@end