// // TopicViewController.h // RedAnt ERP Mobile // // Created by Ray on 14-5-26. // Copyright (c) 2014年 United Software Applications, Inc. All rights reserved. // #import #import "TopCellItem.h" //#import "MainViewController.h" @interface TopicViewController : UIViewController @property (strong, nonatomic) IBOutlet UICollectionView *TopicCollection; @property int count; @property (strong, nonatomic) IBOutlet UILabel *topicTitle; -(void) itemCount : (int)count; //@property int type; @property (strong,nonatomic) id rootViewController; @property (strong,nonatomic) NSDictionary* content; //@property (nonatomic, assign) id TopicCollectiondelegate; @end