HostCheckMickAlertView.h 393 B

123456789101112131415161718
  1. //
  2. // HostCheckMickAlertView.h
  3. // BuguLive
  4. //
  5. // Created by xfg on 2017/9/26.
  6. // Copyright © 2017年 xfg. All rights reserved.
  7. //
  8. #import "MMPopupView.h"
  9. #import "UserModel.h"
  10. typedef void (^CloseMickBlock)(UserModel *userModel);
  11. @interface HostCheckMickAlertView : MMPopupView
  12. - (instancetype)initAlertView:(UserModel *)userModel closeMickBlock:(CloseMickBlock)closeMickBlock;
  13. @end