BogoCountryChoiceViewController.h 413 B

12345678910111213141516171819
  1. //
  2. // BogoCountryChoiceViewController.h
  3. // BuguLive
  4. //
  5. // Created by 宋晨光 on 2021/9/25.
  6. // Copyright © 2021 xfg. All rights reserved.
  7. //
  8. #import "BGBaseViewController.h"
  9. #import "BogoChoiceAreaModel.h"
  10. NS_ASSUME_NONNULL_BEGIN
  11. @interface BogoCountryChoiceViewController : BGBaseViewController
  12. @property(nonatomic, copy) void (^clickAreaBlock)(BogoChoiceAreaModel *model);
  13. @end
  14. NS_ASSUME_NONNULL_END