luxlabs header browser preview


@class NSString;

@interface CoreTelephonyClientDelegateProxy : NSProxy <CoreTelephonyClientDelegateProxyInterface> {
    struct queue { struct object { struct dispatch_object_s *fObj; } fObj; } _userQueue;
}

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

- (id)initWithQueue:(struct queue { struct object { struct dispatch_object_s *x0; } x0; })a0;
- (void)forwardInvocation:(id)a0;
- (id).cxx_construct;
- (id)methodSignatureForSelector:(SEL)a0;
- (void).cxx_destruct;

@end