1234567891011121314151617 |
- //
- // FKRecActivityCell.h
- // FirstLink
- //
- // Created by jack on 16/3/28.
- // Copyright © 2016年 FirstLink. All rights reserved.
- //
- #import <UIKit/UIKit.h>
- #import "FKRecommendBaseCell.h"
- @interface FKOperationImageCell : FKRecommendBaseCell
- @property (nonatomic, strong) UIImageView *imgView;
- @end
|