12345678910111213141516 |
- //
- // FLAddressPickerView.h
- // FirstLink
- //
- // Created by unicode on 14-11-4.
- // Copyright (c) 2014年 FirstLink. All rights reserved.
- //
- #import <UIKit/UIKit.h>
- @interface FLAddressPickerView : UIView
- @property (nonatomic, copy) void (^doneAction)(NSString *province, NSString *city, NSString *district);
- @end
|