热更新demo

channelMenuView.h 667B

    // // channelMenuView.h // ThePaperDemo // // Created by Scar on 14-9-5. // Copyright (c) 2014年 scar1900. All rights reserved. // #import <UIKit/UIKit.h> @interface channelMenuView : UIView { void(^changeFont)(); void(^changeStause)(); } - (void)showMenuInView:(UIView*)view naviHeight:(CGFloat)naviHeight; - (void)closeWithCompletion:(void (^)(void))completion; @property (copy, readwrite, nonatomic) void (^closeCompletionHandler)(void); @property(nonatomic, assign)NSInteger selectIndex; @property(nonatomic, strong)UIView *snapView; - (void)changeStauseBarStyle:(void(^)())block; - (void)changeFont:(void(^)())block; - (void)refreshMsgMark; @end