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