#import /** * This base class is shared by YapDatabaseTransaction and YapCollectionsDatabaseTransaction. * * It provides the generic implementation of a transaction. **/ @interface YapAbstractDatabaseTransaction : NSObject // There are no public methods in this class. // Please see: // // - YapDatabaseTransaction.h // - YapOrderedDatabaseTransaction.h // // - YapCollectionsDatabaseTransaction.h // - YapOrderedCollectionsDatabaseTransaction.h @end