| 12345678910111213141516 |
- //
- // OrderDetailInfoCell.h
- // RedAnt ERP Mobile
- //
- // Created by Ray on 8/28/15.
- // Copyright (c) 2015 United Software Applications, Inc. All rights reserved.
- //
- #import <UIKit/UIKit.h>
- #import "RTLabel.h"
- @interface OrderDetailInfoCell : UITableViewCell
- //@property (strong, nonatomic) IBOutlet UILabel *infoLabel;
- @property (strong, nonatomic) IBOutlet RTLabel *infoLabel;
- @end
|