mirror of
https://github.com/copyrighttxt/watrbx-game-engine.git
synced 2026-09-04 20:57:49 +00:00
11 lines
303 B
Objective-C
11 lines
303 B
Objective-C
|
|
#import <Foundation/Foundation.h>
|
|
|
|
@interface RobloxAlert : NSObject
|
|
|
|
+(void) RobloxAlertWithMessage:(NSString*) message;
|
|
+(void) RobloxOKAlertWithMessageAndDelegate:(NSString*) message Delegate:(id) delegate;
|
|
+(void) RobloxAlertWithMessageAndDelegate:(NSString*) message Delegate:(id) delegate;
|
|
@end
|
|
|