暫無描述

FKOperationImageCell.h 307B

1234567891011121314151617
  1. //
  2. // FKRecActivityCell.h
  3. // FirstLink
  4. //
  5. // Created by jack on 16/3/28.
  6. // Copyright © 2016年 FirstLink. All rights reserved.
  7. //
  8. #import <UIKit/UIKit.h>
  9. #import "FKRecommendBaseCell.h"
  10. @interface FKOperationImageCell : FKRecommendBaseCell
  11. @property (nonatomic, strong) UIImageView *imgView;
  12. @end