123456789101112131415161718 |
- //
- // AppointDriverViewModel.h
- // LN_School
- //
- // Created by 张嵘 on 2019/8/1.
- // Copyright © 2019 Danson. All rights reserved.
- //
- #import <Foundation/Foundation.h>
- NS_ASSUME_NONNULL_BEGIN
- @interface AppointDriverViewModel : NSObject
- - (void)loadData:(void (^)(BOOL success,id res))calback;
- @end
- NS_ASSUME_NONNULL_END
|