Sha256: 35d1a753bc530dc2d9ff35c2a9f2b6e28f3489badb685ee60caf36b8482b3d3a
Contents?: true
Size: 390 Bytes
Versions: 15
Compression:
Stored size: 390 Bytes
Contents
// // Alert.h // rhorunner // // Created by Dmitry Moskalchuk on 29.03.10. // Copyright 2010 __MyCompanyName__. All rights reserved. // #import <Foundation/Foundation.h> #include "common/rhoparams.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
15 entries across 15 versions & 1 rubygems