luxlabs header browser preview


@class NSString, UISApplicationStateClient, NSDate;

@interface UISApplicationState : NSObject {
    NSString *_bundleIdentifier;
    UISApplicationStateClient *_client;
}

@property (nonatomic, setter=_setUsesBackgroundNetwork:) BOOL _usesBackgroundNetwork;
@property (nonatomic, setter=_setNextWakeDate:) NSDate *_nextWakeDate;
@property (copy, nonatomic) id badgeValue;

- (id)init;
- (void)dealloc;
- (id)initForCurrentApplication;
- (void).cxx_destruct;
- (void)_setMinimumBackgroundFetchInterval:(double)a0;
- (id)initWithBundleIdentifier:(id)a0;

@end