Signal-iOS/YapDatabase/Abstract/YapAbstractDatabaseTransaction.h
2012-12-31 11:39:22 -08:00

21 lines
484 B
Objective-C

#import <Foundation/Foundation.h>
/**
* 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