vendor/Pods/NanoStore/Classes/Private/NSFNanoEngine_Private.h in nano-store-0.5.2 vs vendor/Pods/NanoStore/Classes/Private/NSFNanoEngine_Private.h in nano-store-0.6.0
- old
+ new
@@ -28,13 +28,15 @@
*/
#import "NSFNanoEngine.h"
#import "NSFNanoGlobals_Private.h"
#import "NSFNanoResult.h"
+#import "NSFOrderedDictionary.h"
/** \cond */
@interface NSFNanoEngine (Private)
+- (NSFOrderedDictionary *)dictionaryDescription;
+ (NSArray *)NSFP_sharedROWIDKeywords;
- (NSString *)NSFP_cacheMethodToString;
- (NSString*)NSFP_nestedDescriptionWithPrefixedSpace:(NSString *)prefixedSpace;
+ (NSDictionary *)_plistToDictionary:(NSString *)aPlist;
- (NSFNanoDatatype)NSFP_datatypeForTable:(NSString *)table column:(NSString *)column;
\ No newline at end of file