#import "TLCompressedObject.h" @implementation TLCompressedObject @synthesize compressedData = _compressedData; - (int32_t)TLconstructorSignature { return 0x3072cfa1; } - (int32_t)TLconstructorName { return 0; } - (id)TLbuildFromMetaObject:(std::tr1::shared_ptr)__unused metaObject { return nil; } - (void)TLfillFieldsWithValues:(std::map *)__unused values { } @end