Sha256: 5a45774a94727c84783c26960e2858159a466e24431ff5e6701a2ce6379adb14
Contents?: true
Size: 487 Bytes
Versions: 1
Compression:
Stored size: 487 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; @end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
motion-yapper-0.0.1 | vendor/YapDatabaseRubyMotion/YapDatabaseRubyMotion.h |