PortfolioListTableViewCell.h 492 B

1234567891011121314151617
  1. //
  2. // PDFListTableViewCell.h
  3. // RedAnt ERP Mobile
  4. //
  5. // Created by Ray on 11/23/15.
  6. // Copyright © 2015 United Software Applications, Inc. All rights reserved.
  7. //
  8. #import <UIKit/UIKit.h>
  9. @interface PortfolioListTableViewCell : UITableViewCell
  10. @property (strong, nonatomic) IBOutlet UILabel *labelType;
  11. @property (strong, nonatomic) IBOutlet UILabel *labelName;
  12. @property (strong, nonatomic) IBOutlet UILabel *labelTime;
  13. @property (strong, nonatomic) IBOutlet UILabel *labelNote;
  14. @end