- //
- // Target_Login.h
- // Asteria
- //
- // Created by 王猛 on 2023/5/15.
- //
- #import <Foundation/Foundation.h>
- NS_ASSUME_NONNULL_BEGIN
- @interface Target_Login : NSObject
- - (UIViewController *)Action_AS_LoginC:(NSDictionary *)params;
- @end
- NS_ASSUME_NONNULL_END
|