QMAlert.h 270 B

1234567891011121314151617
  1. //
  2. // QMAlert.h
  3. // IMSDK-OC
  4. //
  5. // Created by haochongfeng on 2017/5/17.
  6. // Copyright © 2017年 HCF. All rights reserved.
  7. //
  8. #import <Foundation/Foundation.h>
  9. @interface QMAlert : NSObject
  10. + (UIWindow *)mainWindow;
  11. + (void)showMessage:(NSString *)message;
  12. @end