新UI马甲包

GlobalPopQueneManager.h 397B

1234567891011121314151617181920212223
  1. //
  2. // GlobalPopQueneManager.h
  3. // hc
  4. //
  5. // Created by hc on 2018/10/15.
  6. // Copyright © 2018年 hc. All rights reserved.
  7. //
  8. #import <Foundation/Foundation.h>
  9. NS_ASSUME_NONNULL_BEGIN
  10. @interface GlobalPopQueneManager : NSObject
  11. @property (nonatomic, strong) NSMutableArray *alertArray;
  12. @property (nonatomic, assign) BOOL isShowing;
  13. + (instancetype)shareManager;
  14. @end
  15. NS_ASSUME_NONNULL_END