25 lines
350 B
Objective-C
Executable File
25 lines
350 B
Objective-C
Executable File
//
|
||
// BRAddressModel.m
|
||
// BRPickerViewDemo
|
||
//
|
||
// Created by 任波 on 2017/8/11.
|
||
// Copyright © 2017年 91renb. All rights reserved.
|
||
//
|
||
// 最新代码下载地址:https://github.com/91renb/BRPickerView
|
||
|
||
#import "BRAddressModel.h"
|
||
|
||
@implementation BRProvinceModel
|
||
|
||
@end
|
||
|
||
|
||
@implementation BRCityModel
|
||
|
||
@end
|
||
|
||
|
||
@implementation BRAreaModel
|
||
|
||
@end
|