Sha256: 9e9097c2d16a58b2edaa313ec35e16b6d16ce509281df6a94956b2d7d07e7b2f
Contents?: true
Size: 326 Bytes
Versions: 17
Compression:
Stored size: 326 Bytes
Contents
#import <Foundation/Foundation.h> #include "common/app_build_capabilities.h" #ifndef RHO_NO_RUBY_API extern unsigned long rb_require(const char *fname); #endif extern void Init_NativeTabbar_API(); void Init_NativeTabbar() { Init_NativeTabbar_API(); #ifndef RHO_NO_RUBY_API rb_require("RhoNativeTabbarApi"); #endif }
Version data entries
17 entries across 17 versions & 2 rubygems