@interface WeakBox : NSObject
@property(nonatomic, weak) id value;
@end
