// // JXBlogRemindVC.h // shiku_im // // Created by p on 2017/7/4. // Copyright © 2017年 Reese. All rights reserved. // #import "JXTableViewController.h" @interface JXBlogRemindVC : JXTableViewController @property (nonatomic, strong) NSMutableArray *remindArray; @property (nonatomic, assign) BOOL isShowAll; @end