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