mirror of
https://github.com/danog/Telegram.git
synced 2025-01-22 14:02:24 +01:00
8 lines
133 B
Objective-C
8 lines
133 B
Objective-C
#import "TGBridgeCommon.h"
|
|
|
|
@interface TGBridgePacket : NSObject <NSCoding>
|
|
|
|
@property (nonatomic, strong) NSArray *responses;
|
|
|
|
@end
|