BRAddressModel.m 345 B

12345678910111213141516171819202122232425
  1. //
  2. // BRAddressModel.m
  3. // BRPickerViewDemo
  4. //
  5. // Created by renbo on 2017/8/11.
  6. // Copyright © 2017 irenb. All rights reserved.
  7. //
  8. // 最新代码下载地址:https://github.com/91renb/BRPickerView
  9. #import "BRAddressModel.h"
  10. @implementation BRProvinceModel
  11. @end
  12. @implementation BRCityModel
  13. @end
  14. @implementation BRAreaModel
  15. @end