热更新demo

fontSizeSliderController.h 644B

    // // fontSizeSliderController.h // ThePaperHD // // Created by scar1900 on 15/3/13. // Copyright (c) 2015年 scar1900. All rights reserved. // #import "TPHttpController.h" @protocol fontSizeSleideControllerDelegate <NSObject> - (void)contentFontSizeHasChange; - (void)clickToDismiss; @end @interface fontSizeSliderController : TPHttpController @property(nonatomic, weak)id<fontSizeSleideControllerDelegate> delegate; - (void)showfontSizeSliderCellFinishedWithCompletion:(void (^)(BOOL finished))completion; - (void)dismissfontSizeSliderCellFinishCompletion:(void (^)(BOOL finished))completion; - (void)reflashSize:(CGFloat)size; @end