热更新demo

leakCollectionController.h 491B

    // // leakCollectionController.h // ThePaperBase // // Created by Huixin on 15/8/3. // Copyright (c) 2015年 scar1900. All rights reserved. // #import <UIKit/UIKit.h> @protocol leakCollectionControllerDelegate <NSObject> - (void)imageAllDeleted; @end @interface leakCollectionController : UIViewController @property(nonatomic, weak)id<leakCollectionControllerDelegate> delegate; - (void)addImage:(UIImage*)image; - (NSInteger)getNumOfImage; - (NSMutableArray*)getImageList; @end