16 lines
341 B
Objective-C
16 lines
341 B
Objective-C
//
|
|
// YooseeCenterViewCell.h
|
|
// Ifish
|
|
//
|
|
// Created by imac on 16/6/28.
|
|
// Copyright © 2016年 lianxiang. All rights reserved.
|
|
//
|
|
|
|
#import <UIKit/UIKit.h>
|
|
|
|
@interface YooseeCenterViewCell : UITableViewCell
|
|
@property (weak, nonatomic) IBOutlet UIImageView *yooseholdImg;
|
|
@property (weak, nonatomic) IBOutlet UIImageView *startImg;
|
|
|
|
@end
|