luxlabs header browser preview


@interface TSUWeakReference : NSObject

@property (readonly, nonatomic) id object;

+ (id)weakReferenceWithObject:(id)a0;

- (id)initWithObject:(id)a0;
- (id)init;
- (void)dealloc;

@end