Sha256: a2b0a7de782edcae125791bf573a2ad16f1147c433cfcdfb0d78256de502f979
Contents?: true
Size: 717 Bytes
Versions: 1
Compression:
Stored size: 717 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; { return [self initWithSetup:setup block:block blockType:YapDatabaseSecondaryIndexBlockTypeWithObject]; } @end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
motion-yapper-0.0.1 | vendor/YapDatabaseRubyMotion/YapDatabaseRubyMotion.m |