#import @interface TGDataItem : NSObject - (void)appendData:(NSData *)data; - (NSData *)data; @end