1234567891011121314151617 |
- //
- // QMAlert.h
- // IMSDK-OC
- //
- // Created by haochongfeng on 2017/5/17.
- // Copyright © 2017年 HCF. All rights reserved.
- //
- #import <Foundation/Foundation.h>
- @interface QMAlert : NSObject
- + (UIWindow *)mainWindow;
- + (void)showMessage:(NSString *)message;
- @end
|