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