// // EmptyDataView.m // YuMi // // Created by P on 2024/12/23. // #import "EmptyDataView.h" @implementation EmptyDataView /* // Only override drawRect: if you perform custom drawing. // An empty implementation adversely affects performance during animation. - (void)drawRect:(CGRect)rect { // Drawing code } */ @end