热更新demo

myAttentionController.h 319B

    // // myAttentionController.h // ThePaperBase // // Created by YoungLee on 15/8/26. // Copyright (c) 2015年 scar1900. All rights reserved. // #import "TPTableViewController.h" @interface myAttentionController : TPTableViewController @property(nonatomic, assign) BOOL isEdit; - (void)scrollTableViewToTop; @end