luxlabs header browser preview


@protocol NSObject;

@interface HMProxyObjectIVar : HMProxyObject {
    id<NSObject> _target;
}

- (void)dealloc;
- (id)self;

@end