1
0
mirror of https://github.com/danog/Telegram.git synced 2024-12-03 09:57:46 +01:00
Telegram/Telegraph/PSCoding.h

11 lines
219 B
C
Raw Normal View History

2014-07-10 16:11:09 +02:00
#import <Foundation/Foundation.h>
@class PSKeyValueCoder;
@protocol PSCoding <NSObject>
- (instancetype)initWithKeyValueCoder:(PSKeyValueCoder *)coder;
- (void)encodeWithKeyValueCoder:(PSKeyValueCoder *)coder;
@end