mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2026-01-20 02:59:40 +00:00
10 lines
172 B
Objective-C
10 lines
172 B
Objective-C
#import <Foundation/Foundation.h>
|
|
|
|
/**
|
|
* A simple class that handles serialisation and deserialisation of bundles of data.
|
|
*/
|
|
@interface BITPersistence : NSObject
|
|
|
|
@end
|
|
|