123456789101112131415161718 |
- //
- // Target_B.h
- // MainProject
- //
- // Created by 王猛 on 2023/5/3.
- // Copyright © 2023 casa. All rights reserved.
- //
- #import <Foundation/Foundation.h>
- #import <UIKit/UIKit.h>
- NS_ASSUME_NONNULL_BEGIN
- @interface Target_B : NSObject
- - (UIViewController *)Action_viewController:(NSDictionary *)params;
- @end
- NS_ASSUME_NONNULL_END
|