mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2026-01-17 09:51:20 +00:00
no message
This commit is contained in:
12
LegacyComponents/PSKeyValueDecoder.h
Normal file
12
LegacyComponents/PSKeyValueDecoder.h
Normal file
@@ -0,0 +1,12 @@
|
||||
#import <LegacyComponents/PSKeyValueCoder.h>
|
||||
|
||||
@interface PSKeyValueDecoder : PSKeyValueCoder
|
||||
|
||||
- (instancetype)init;
|
||||
- (instancetype)initWithData:(NSData *)data;
|
||||
|
||||
- (void)resetData:(NSData *)data;
|
||||
- (void)resetBytes:(uint8_t const *)bytes length:(NSUInteger)length;
|
||||
- (void)rewind;
|
||||
|
||||
@end
|
||||
Reference in New Issue
Block a user