CategoryCellNPD.h 695 B

1234567891011121314151617181920
  1. //
  2. // CategoryCellNPD.h
  3. // RedAnt ERP Mobile
  4. //
  5. // Created by Ray on 7/23/15.
  6. // Copyright (c) 2015 United Software Applications, Inc. All rights reserved.
  7. //
  8. #import <UIKit/UIKit.h>
  9. @interface CategoryCellNPD : UICollectionViewCell
  10. @property (strong, nonatomic) IBOutlet UIImageView *cellImageView;
  11. @property (strong, nonatomic) IBOutlet UILabel *nameLabel;
  12. @property (strong, nonatomic) IBOutlet UILabel *modelNoLabel;
  13. @property (strong, nonatomic) IBOutlet UIImageView *checkImageView;
  14. @property (strong, nonatomic) IBOutlet UIImageView *mark_order;
  15. @property (strong, nonatomic) IBOutlet UIImageView *mark_closeout;
  16. @property (strong, nonatomic) IBOutlet UIImageView *mark_wish;
  17. @end