Nav apraksta

FKLinkView.h 250B

1234567891011121314
  1. //
  2. // FKLinkView.h
  3. // FirstLink
  4. //
  5. // Created by 施昌鹏 on 16/8/17.
  6. // Copyright © 2016年 FirstLink. All rights reserved.
  7. //
  8. #import <UIKit/UIKit.h>
  9. @interface FKLinkView : UIView
  10. @property (nonatomic, strong) UITextField *textField;
  11. @end