Sha256: 306780f68c9ceca8cb82b24f16972574ec751f250bd527958f870aa89dc75d87
Contents?: true
Size: 520 Bytes
Versions: 2
Compression:
Stored size: 520 Bytes
Contents
#import <YapDatabase/YapDatabaseSecondaryIndex.h> @interface YapDatabaseSecondaryIndex (RubyMotionBlockTypeWrapper) // Here we define the prototype of our wrapper method that explicitly // states what the type signature of the block argument will be. // // This will give the RubyMotion compiler enough information to ‘do // the right thing’. - (id)initWithSetup:(YapDatabaseSecondaryIndexSetup *)setup objectBlock:(YapDatabaseSecondaryIndexWithObjectBlock)block version:(int)version; @end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
motion-yapper-0.0.3 | vendor/YapDatabaseRubyMotion/YapDatabaseRubyMotion.h |
motion-yapper-0.0.2 | vendor/YapDatabaseRubyMotion/YapDatabaseRubyMotion.h |