// // PDFListTableViewCell.h // RedAnt ERP Mobile // // Created by Ray on 11/23/15. // Copyright © 2015 United Software Applications, Inc. All rights reserved. // #import @interface PortfolioListTableViewCell : UITableViewCell @property (strong, nonatomic) IBOutlet UILabel *labelType; @property (strong, nonatomic) IBOutlet UILabel *labelName; @property (strong, nonatomic) IBOutlet UILabel *labelTime; @property (strong, nonatomic) IBOutlet UILabel *labelNote; @end