热更新demo

seaShellCell.h 317B

    // // seaShellCell.h // ThePaperBase // // Created by Huixin on 15/10/26. // Copyright © 2015年 scar1900. All rights reserved. // #import <UIKit/UIKit.h> @interface seaShellCell : UITableViewCell @property(nonatomic, strong)NSString *todaySeashells; @property(nonatomic, strong)NSString *totalSeashells; @end