热更新demo

CollectionController.h 296B

    // // CollectionController.h // shelf_test // // Created by Scar on 14-8-26. // Copyright (c) 2014年 scar1900. All rights reserved. // #import <UIKit/UIKit.h> @interface CollectionController : UIViewController @property(nonatomic, strong)NSMutableArray *dataList; - (void)reloadData; @end