Sha256: b1e483e789e3395511bf5df29ec4fb2e6c771e4a8262c426ea7e18e96501fa1d
Contents?: true
Size: 394 Bytes
Versions: 51
Compression:
Stored size: 394 Bytes
Contents
// // Alert.h // rhorunner // // Created by Dmitry Moskalchuk on 29.03.10. // Copyright 2010 __MyCompanyName__. All rights reserved. // #import <Foundation/Foundation.h> #include "ruby/ext/rho/rhoruby.h" @interface RhoAlert : NSObject {} + (void)showPopup:(rho_param*)p; + (void)hidePopup; + (void)vibrate:(int)duration; + (void)playFile:(NSString*)file mediaType:(NSString*)type; @end
Version data entries
51 entries across 51 versions & 1 rubygems