Sha256: 6213c22357c5edb2676f6429689a335a2d334f598e3466e0c29f6b2567606767
Contents?: true
Size: 600 Bytes
Versions: 1
Compression:
Stored size: 600 Bytes
Contents
#import <YapDatabase/YapDatabaseSecondaryIndex.h> @interface YapDatabaseSecondaryIndex (RubyMotionBlockTypeWrapper) - (id)initWithSetup:(YapDatabaseSecondaryIndexSetup *)setup objectBlock:(YapDatabaseSecondaryIndexWithObjectBlock)block versionTag:(NSString *)versionTag; @end #import <YapDatabase/YapDatabaseFullTextSearch.h> @interface YapDatabaseFullTextSearch (RubyMotionBlockTypeWrapper) - (id)initWithColumnNames:(NSArray *)columnNames objectBlock:(YapDatabaseFullTextSearchWithObjectBlock)block versionTag:(NSString *)versionTag; @end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
motion-yapper-0.1.0 | vendor/YapDatabaseRubyMotion/YapDatabaseRubyMotion.h |