Target_B.h 336 B

123456789101112131415161718
  1. //
  2. // Target_B.h
  3. // MainProject
  4. //
  5. // Created by 王猛 on 2023/5/3.
  6. // Copyright © 2023 casa. All rights reserved.
  7. //
  8. #import <Foundation/Foundation.h>
  9. #import <UIKit/UIKit.h>
  10. NS_ASSUME_NONNULL_BEGIN
  11. @interface Target_B : NSObject
  12. - (UIViewController *)Action_viewController:(NSDictionary *)params;
  13. @end
  14. NS_ASSUME_NONNULL_END