OrderDetailInfoCell.h 388 B

12345678910111213141516
  1. //
  2. // OrderDetailInfoCell.h
  3. // RedAnt ERP Mobile
  4. //
  5. // Created by Ray on 8/28/15.
  6. // Copyright (c) 2015 United Software Applications, Inc. All rights reserved.
  7. //
  8. #import <UIKit/UIKit.h>
  9. #import "RTLabel.h"
  10. @interface OrderDetailInfoCell : UITableViewCell
  11. //@property (strong, nonatomic) IBOutlet UILabel *infoLabel;
  12. @property (strong, nonatomic) IBOutlet RTLabel *infoLabel;
  13. @end