FlowingwaterCell.m 454 B

12345678910111213141516171819202122232425
  1. //
  2. // FlowingwaterCell.m
  3. // jitao
  4. //
  5. // Created by 罗云飞 on 2017/12/28.
  6. // Copyright © 2017年 罗云飞. All rights reserved.
  7. //
  8. #import "FlowingwaterCell.h"
  9. @implementation FlowingwaterCell
  10. - (void)awakeFromNib {
  11. [super awakeFromNib];
  12. // Initialization code
  13. }
  14. - (void)setSelected:(BOOL)selected animated:(BOOL)animated {
  15. [super setSelected:selected animated:animated];
  16. // Configure the view for the selected state
  17. }
  18. @end