1234567891011121314151617 |
- //
- // FKMyCircleEditView.h
- // FirstLink
- //
- // Created by jack on 16/6/13.
- // Copyright © 2016年 FirstLink. All rights reserved.
- //
- #import <UIKit/UIKit.h>
- @interface FKMyCircleEditView : UIView
- @property (nonatomic, strong) UIButton *editBtn;
- @property (nonatomic, strong) UIButton *deleteBtn;
- @end
|