// // YooseeCenterViewCell.h // Ifish // // Created by imac on 16/6/28. // Copyright © 2016年 lianxiang. All rights reserved. // #import @interface YooseeCenterViewCell : UITableViewCell @property (weak, nonatomic) IBOutlet UIImageView *yooseholdImg; @property (weak, nonatomic) IBOutlet UIImageView *startImg; @end