Files
Swiftgram/Classes/BITPersistence.h
2016-03-15 11:43:13 -07:00

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