// // PlatformCell.m // yunbaolive // // Created by ybRRR on 2020/12/4. // Copyright © 2020 cat. All rights reserved. // #import "PlatformCell.h" @implementation PlatformCell - (void)awakeFromNib { [super awakeFromNib]; // Initialization code } @end