Sha256: 30e7f2b32d505cab684d5979d6046276472fa4c9e0643e68ba96ce30e35def19
Contents?: true
Size: 619 Bytes
Versions: 17
Compression:
Stored size: 619 Bytes
Contents
#import <UIKit/UIKit.h> #import <Foundation/Foundation.h> #import "CMethodResult.h" #ifdef __cplusplus extern "C" { #endif //__cplusplus void RubyCallbackHelper_callCallback(NSString* callbackURL, unsigned long callbackMethod, CMethodResult* methodResult, NSString* callbackParam ); void RubyCallbackHelper_holdRubyValue(unsigned long value); void RubyCallbackHelper_releaseRubyValue(unsigned long value); #ifdef __cplusplus } #endif //__cplusplus
Version data entries
17 entries across 17 versions & 2 rubygems