vendor/Pods/BuildHeaders/YapDatabase/YapDatabaseSecondaryIndexPrivate.h in motion-yapper-0.0.1 vs vendor/Pods/BuildHeaders/YapDatabase/YapDatabaseSecondaryIndexPrivate.h in motion-yapper-0.0.2

- old
+ new

@@ -5,12 +5,22 @@ #import "YapDatabaseSecondaryIndex.h" #import "YapDatabaseSecondaryIndexConnection.h" #import "YapDatabaseSecondaryIndexTransaction.h" #import "YapDatabaseSecondaryIndexSetup.h" +#import "YapDatabaseSecondaryIndexSetupPrivate.h" + #import "YapCache.h" #import "sqlite3.h" + +/** + * This version number is stored in the yap2 table. + * If there is a major re-write to this class, then the version number will be incremented, + * and the class can automatically rebuild the table as needed. +**/ +#define YAP_DATABASE_SECONDARY_INDEX_CLASS_VERSION 1 + @interface YapDatabaseSecondaryIndex () { @public YapDatabaseSecondaryIndexSetup *setup;