XYCountryManager.h 350 B

12345678910111213141516171819
  1. //
  2. // XYCountryManager.h
  3. // XYCountryCode
  4. //
  5. // Created by 杨卢银 on 2018/8/16.
  6. // Copyright © 2018年 杨卢银. All rights reserved.
  7. //
  8. #import <Foundation/Foundation.h>
  9. #import "XYCountry.h"
  10. @interface XYCountryManager : NSObject
  11. @property (strong , nonatomic) NSString *title;
  12. @property (strong , nonatomic) NSArray *countrys;
  13. @end