No Description

FLAddressPickerView.h 319B

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