| 123456789101112131415161718192021222324 |
- //
- // turntableRecordCell.m
- // yunbaolive
- //
- // Created by IOS1 on 2019/6/10.
- // Copyright © 2019 cat. All rights reserved.
- //
- #import "turntableRecordCell.h"
- @implementation turntableRecordCell
- - (void)awakeFromNib {
- [super awakeFromNib];
- // Initialization code
- }
- - (void)setSelected:(BOOL)selected animated:(BOOL)animated {
- [super setSelected:selected animated:animated];
- // Configure the view for the selected state
- }
- @end
|