@class NSString, CTXPCServiceSubscriptionContext, CoreTelephonyClient, _PASLock; @interface TRICellularParameterManager : NSObject { CTXPCServiceSubscriptionContext *_subscriptionContext; CoreTelephonyClient *_telephonyClient; _PASLock *_lock; } @property (retain, nonatomic) NSString *carrierBundleIdentifier; @property (retain, nonatomic) NSString *carrierCountryIsoCode; @property (readonly) unsigned long long hash; @property (readonly) Class superclass; @property (readonly, copy) NSString *description; @property (readonly, copy) NSString *debugDescription; + (id)sharedInstance; - (id)init; - (void)preferredDataSimChanged:(id)a0; - (void)subscriberCountryCodeDidChange:(id)a0; - (id)_fetchCarrierBundleIdentifier:(id)a0; - (id)_dispatchQueueForCarrierInfoGathering; - (void)_updateSystemInfo; - (void).cxx_destruct; - (id)_fetchCarrierCountryIsoCode:(id)a0; - (void)carrierBundleChange:(id)a0; @end