mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2026-01-20 11:09:45 +00:00
9 lines
205 B
Objective-C
9 lines
205 B
Objective-C
#import "BITDomain.h"
|
|
|
|
@interface BITEventData : BITDomain <NSCoding>
|
|
|
|
@property (nonatomic, copy, readonly) NSString *envelopeTypeName;
|
|
@property (nonatomic, copy, readonly) NSString *dataTypeName;
|
|
|
|
@end
|