CountryCodeVC.h 324 B

1234567891011121314151617
  1. //
  2. // CountryCodeVC.h
  3. // yunbaolive
  4. //
  5. // Created by ybRRR on 2020/11/11.
  6. // Copyright © 2020 cat. All rights reserved.
  7. //
  8. #import "YBBaseViewController.h"
  9. typedef void(^arecCodeEvent)(NSDictionary *codeDic);
  10. @interface CountryCodeVC : YBBaseViewController
  11. @property (nonatomic, copy)arecCodeEvent codeEvent;
  12. @end