Sha256: 50b12cc66f117a6960f99947d9d9be2224c7acf49770f4bb8af71eb67ed2cd29
Contents?: true
Size: 787 Bytes
Versions: 2
Compression:
Stored size: 787 Bytes
Contents
#import "YapDatabaseRubyMotion.h" #if ! __has_feature(objc_arc) #error This file must be compiled with ARC. Use the `-fobjc-arc` flag. #endif @implementation YapDatabaseSecondaryIndex (RubyMotionBlockTypeWrapper) // Here we define the implementation that does nothing else than forward // the method call to the normal library’s API. You could say we are // ‘aliasing’ the method (although we do change the interface). - (id)initWithSetup:(YapDatabaseSecondaryIndexSetup *)setup objectBlock:(YapDatabaseSecondaryIndexWithObjectBlock)block version:(int)version; { return [self initWithSetup:setup block:block blockType:YapDatabaseSecondaryIndexBlockTypeWithObject version:version]; } @end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
motion-yapper-0.0.3 | vendor/YapDatabaseRubyMotion/YapDatabaseRubyMotion.m |
motion-yapper-0.0.2 | vendor/YapDatabaseRubyMotion/YapDatabaseRubyMotion.m |