// // FootCollectionReusableView.m // smartRhino // // Created by tederen on 2019/11/5. // Copyright © 2019 tederen. All rights reserved. // #import "FootCollectionReusableView.h" @implementation FootCollectionReusableView - (void)awakeFromNib { [super awakeFromNib]; // Initialization code } @end