turntableResultCell.m 287 B

123456789101112131415161718
  1. //
  2. // turntableResultCell.m
  3. // yunbaolive
  4. //
  5. // Created by IOS1 on 2019/8/24.
  6. // Copyright © 2019 cat. All rights reserved.
  7. //
  8. #import "turntableResultCell.h"
  9. @implementation turntableResultCell
  10. - (void)awakeFromNib {
  11. [super awakeFromNib];
  12. // Initialization code
  13. }
  14. @end