| 12345678910111213141516171819 |
- //
- // XYCountryManager.h
- // XYCountryCode
- //
- // Created by 杨卢银 on 2018/8/16.
- // Copyright © 2018年 杨卢银. All rights reserved.
- //
- #import <Foundation/Foundation.h>
- #import "XYCountry.h"
- @interface XYCountryManager : NSObject
- @property (strong , nonatomic) NSString *title;
- @property (strong , nonatomic) NSArray *countrys;
- @end
|