1
0
mirror of https://github.com/danog/Telegram.git synced 2025-01-22 14:02:24 +01:00
Telegram/Watch/Bridge/TGBridgePacket.h
2015-10-01 19:19:52 +03:00

8 lines
133 B
Objective-C

#import "TGBridgeCommon.h"
@interface TGBridgePacket : NSObject <NSCoding>
@property (nonatomic, strong) NSArray *responses;
@end