@class NSString, CoreTelephonyClient, NSObject; @protocol OS_dispatch_queue, OS_dispatch_source; @interface MBCellularDataSubscriptionMonitor : NSObject { BOOL _backupOnCellularSupportChanged; } @property unsigned long long backupOnCellularSupport; @property int cellularRadioType; @property (retain, nonatomic) NSObject *queue; @property (retain, nonatomic) NSObject *delegateTimer; @property (retain) CoreTelephonyClient *telephonyClient; @property (nonatomic) unsigned long long timeout; @property (copy, nonatomic) id /* block */ backupOnCellularSupportHandler; @property (readonly) unsigned long long hash; @property (readonly) Class superclass; @property (readonly, copy) NSString *description; @property (readonly, copy) NSString *debugDescription; - (void)currentDataSimChanged:(id)a0; - (void)_refreshBackupOnCellularSupportWithTimeout:(unsigned long long)a0; - (void)internetDataStatus:(id)a0; - (void)dataSettingsChanged:(id)a0; - (void)start; - (unsigned long long)_backupOnCellularSupportWithError:(id *)a0; - (void)_cancelDelegateTimer; - (id)initWithQueue:(id)a0 timeout:(unsigned long long)a1; - (void).cxx_destruct; - (id)initWithTimeout:(unsigned long long)a0; - (void)cancel; - (BOOL)_startDelegateTimerWithTimeout:(unsigned long long)a0; @end