HomeTenantPageView.m 360 B

1234567891011121314151617181920
  1. //
  2. // HomeTenantPageView.m
  3. // KulexiuForTeacher
  4. //
  5. // Created by 王智 on 2023/9/14.
  6. //
  7. #import "HomeTenantPageView.h"
  8. @implementation HomeTenantPageView
  9. /*
  10. // Only override drawRect: if you perform custom drawing.
  11. // An empty implementation adversely affects performance during animation.
  12. - (void)drawRect:(CGRect)rect {
  13. // Drawing code
  14. }
  15. */
  16. @end