HomeViewController.h 1.7 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243
  1. //
  2. // HomeViewController.h
  3. // RedAnt ERP Suite
  4. //
  5. // Created by Ray on 14-5-23.
  6. // Copyright (c) 2014年 United Software Applications, Inc. All rights reserved.
  7. //
  8. #import <UIKit/UIKit.h>
  9. #import "CycleScrollView.h"
  10. #import "SliderPage.h"
  11. //#import "TopicViewController.h"
  12. #import "RATreeView.h"
  13. #import "ActiveViewController.h"
  14. #import "HomeTableViewCellTopic.h"
  15. @interface HomeViewController : ActiveViewController<RATreeViewDelegate, RATreeViewDataSource,UITableViewDataSource,UITableViewDelegate,HomeTableViewCellTopicDelegate>
  16. //@property (strong, nonatomic) CycleScrollView *imgScroll;
  17. //@property (strong,nonatomic) TopicViewController* topicview;
  18. //@property (strong,nonatomic) TopicViewController* topicview1;
  19. //@property (strong, nonatomic) IBOutlet UIScrollView *scroll;
  20. //@property CGSize contentsize;
  21. @property (strong, nonatomic) IBOutlet UIView *treeContainer;
  22. @property (weak, nonatomic) RATreeView *treeView;
  23. @property (strong, nonatomic) IBOutlet UITableView *homeTable;
  24. //@property (strong,nonatomic) NSMutableArray * sideMenuItems;
  25. @property (strong,nonatomic) NSDictionary* content;
  26. @property (strong,nonatomic) NSDictionary* bak_content;
  27. @property (strong, nonatomic) id expanded;
  28. @property (assign, nonatomic) CGSize ori_size;
  29. //@property (strong,nonatomic) NSDictionary*
  30. //@property (strong,nonatomic) NSMutableArray * arr_topicView;
  31. //-(void)topicViewSelected:(int) type _id: (int) _id;
  32. @property (strong, nonatomic) IBOutlet UIActivityIndicatorView *mum;
  33. //@property(nonatomic,readonly,retain) UINavigationController *navigationController; // If this view controller has been pushed onto a navigation controller, return it.
  34. @property (strong, nonatomic) IBOutlet UILabel *label_net_err;
  35. @end