luxlabs header browser preview


@class NSString, CTDataStatusBasic, CoreTelephonyClient, NSObject;
@protocol OS_dispatch_queue, OS_dispatch_source;

@interface FigCoreTelephonyServiceConnection : NSObject <CoreTelephonyClientDataDelegate> {
    NSObject<OS_dispatch_queue> *_queue;
    NSObject<OS_dispatch_source> *_doomTimer;
    struct __CTServerConnection { } *_ctServerConnection;
    CoreTelephonyClient *_ctClient;
    CTDataStatusBasic *_ctDataStatus;
    struct OpaqueFigCoreTelephonyStatus { unsigned char hasHighSpeedHighPower; } _currentStatus;
    struct FigCoreTelephonyMonitorListHead { struct FigCoreTelephonyMonitorCallbackEntry *stqh_first; struct FigCoreTelephonyMonitorCallbackEntry **stqh_last; } _callbackEntries;
    struct __CFAllocator { } *_allocator;
}

@property (readonly, nonatomic) struct OpaqueFigCoreTelephonyStatus { unsigned char x0; } currentStatus;
@property (readonly) unsigned long long hash;
@property (readonly) Class superclass;
@property (readonly, copy) NSString *description;
@property (readonly, copy) NSString *debugDescription;

+ (id)sharedInstance;

- (void)_teardownConnection;
- (id)init;
- (void)_handleCTNotification:(struct __CFString { } *)a0 notificationInfo:(struct __CFDictionary { } *)a1;
- (void)dealloc;
- (void)internetDataStatusBasic:(id)a0;
- (int)registerListener:(void *)a0 callback:(void /* function */ *)a1 queue:(id)a2;
- (void)_setupConnection;
- (void)deregisterListener:(void *)a0;
- (void)processDataStatusBasic:(id)a0;

@end