DSLSListProjectCollectionViewCell.h 515 Bytes
//
//  DSLSListProjectCollectionViewCell.h
//  iosZhaoLinNeighbouraide
//
//  Created by 兆林 on 2017/4/18.
//  Copyright © 2017年 BIKE. All rights reserved.
//

#import <UIKit/UIKit.h>

@interface DSLSListProjectCollectionViewCell : UICollectionViewCell

@property (nonatomic,strong) DSImageView * showImageView;
@property (nonatomic,strong) UILabel * title;
@property (nonatomic,strong) UILabel * price;
@property (nonatomic,strong) UILabel * service_num;
@property (nonatomic,strong) UILabel * remind;

@end