口袋优选

KBDetailPopQueneManager.h 420B

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