| 1234567891011121314151617 |
- //
- // CountryCodeVC.h
- // yunbaolive
- //
- // Created by ybRRR on 2020/11/11.
- // Copyright © 2020 cat. All rights reserved.
- //
- #import "YBBaseViewController.h"
- typedef void(^arecCodeEvent)(NSDictionary *codeDic);
- @interface CountryCodeVC : YBBaseViewController
- @property (nonatomic, copy)arecCodeEvent codeEvent;
- @end
|