CategoryCellLarge.h 538 B

1234567891011121314151617
  1. //
  2. // CategoryCellLarge.h
  3. // RedAnt ERP Mobile
  4. //
  5. // Created by Ray on 14-7-30.
  6. // Copyright (c) 2014年 United Software Applications, Inc. All rights reserved.
  7. //
  8. #import <UIKit/UIKit.h>
  9. #import "StrikethroughLabel.h"
  10. @interface CategoryCellLarge : UICollectionViewCell
  11. @property (strong, nonatomic) IBOutlet UIImageView *cellImageView;
  12. @property (strong, nonatomic) IBOutlet UILabel *cellDescription;
  13. @property (strong, nonatomic) IBOutlet StrikethroughLabel *oldPrice;
  14. @property (strong, nonatomic) IBOutlet UILabel *Price;
  15. @end