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