luxlabs header browser preview


@class NSString;
@protocol CTCarrierSpaceClientDelegate;

@interface CTCarrierSpaceClientDelegateProxy : NSObject <CTCarrierSpaceClientDelegateProxyInterface>

@property (weak, nonatomic) id<CTCarrierSpaceClientDelegate> delegate;
@property (readonly) unsigned long long hash;
@property (readonly) Class superclass;
@property (readonly, copy) NSString *description;
@property (readonly, copy) NSString *debugDescription;

- (void)dataPlanMetricsDidChange;
- (void)remoteObjectRespondsToSelector:(SEL)a0 handler:(id /* block */)a1;
- (void)purchasedPlan:(id)a0 didChangeStatus:(long long)a1 context:(id)a2;
- (void)userConsentFlowInfoDidChange;
- (void).cxx_destruct;
- (void)usageDidChange;
- (void)appsDidChange;
- (void)plansDidChange;
- (void)capabilitiesDidChange:(id)a0;

@end