|
//
// cateCell.h
// ThePaperBase
//
// Created by YoungLee on 15/8/6.
// Copyright (c) 2015年 scar1900. All rights reserved.
//
#import <UIKit/UIKit.h>
@interface cateCell : UICollectionViewCell
@property(nonatomic, strong)categoryBO *cateBo;
@property(nonatomic, strong)UILabel *chnName;
@property(nonatomic, strong)UILabel *enName;
@end
|