| 123456789101112131415161718 |
- //
- // turntableResultCell.m
- // yunbaolive
- //
- // Created by IOS1 on 2019/8/24.
- // Copyright © 2019 cat. All rights reserved.
- //
- #import "turntableResultCell.h"
- @implementation turntableResultCell
- - (void)awakeFromNib {
- [super awakeFromNib];
- // Initialization code
- }
- @end
|