// // PortfolioViewController.h // RedAnt ERP Mobile // // Created by Ray on 12/7/15. // Copyright © 2015 United Software Applications, Inc. All rights reserved. // #import #import "ActiveViewController.h" @interface PortfolioViewController : ActiveViewController @property (strong,nonatomic) NSMutableDictionary* content_data; @property (strong, nonatomic) IBOutlet UITableView *itemListTable; @property (strong, nonatomic) IBOutlet UIToolbar *toolbar; @property (strong, nonatomic) IBOutlet UIBarButtonItem *btnselect; @property (strong, nonatomic) NSString* pdf_url; @property (strong, nonatomic) NSString* path; @property bool remove_item; //@property (strong, nonatomic) IBOutlet UIBarButtonItem *btnAddtoCart; @property (strong, nonatomic) IBOutlet UIBarButtonItem *btnCreatePort; @property (strong, nonatomic) NSIndexPath *indexPath; @property (strong, nonatomic) IBOutlet UIActivityIndicatorView *mum; //@property (strong, nonatomic) IBOutlet UIToolbar *toolbar; @property (strong, nonatomic) IBOutlet UILabel *label_net_err; @property (nonatomic,strong) IBOutlet UIBarButtonItem *btnEdit; @end