| 123456789101112131415161718 |
- //
- // AboutUsBodyView.h
- // KulexiuForTeacher
- //
- // Created by Kyle on 2022/3/22.
- //
- #import <UIKit/UIKit.h>
- NS_ASSUME_NONNULL_BEGIN
- @interface AboutUsBodyView : UIView
- + (instancetype)shareInstance;
- @end
- NS_ASSUME_NONNULL_END
|