@interface MultiThreadObject: NSObject @property (nonatomic, strong) NSArray *data; @end @implementation MultiThreadObject @end