12345678910111213141516171819 |
- //
- // DepartureController.h
- // smartRhino
- //
- // Created by Android on 2020/1/18.
- // Copyright © 2020 tederen. All rights reserved.
- //
- #import "BaseViewController.h"
- NS_ASSUME_NONNULL_BEGIN
- /// 离职人员
- @interface DepartureController : BaseViewController
- @end
- NS_ASSUME_NONNULL_END
|