Sha256: f6bef3b5207d81cfc8b4eb289a264fb3f3c578624ed83b9c579411294adbdf0d
Contents?: true
Size: 375 Bytes
Versions: 9
Compression:
Stored size: 375 Bytes
Contents
#import <Foundation/Foundation.h> #import "YapDatabaseExtensionConnection.h" #import "YapDatabaseExtensionTransaction.h" @interface YapDatabaseExtension : NSObject /** * After an extension has been successfully registered with a database, * the registeredName property will be set by the database. **/ @property (atomic, copy, readonly) NSString *registeredName; @end
Version data entries
9 entries across 3 versions & 1 rubygems