123456789101112131415161718 |
-
-
-
-
-
-
-
-
- #import <Foundation/Foundation.h>
- #import "RCCViewController.h"
-
- @protocol RCCExternalViewControllerProtocol <NSObject>
-
- @property (nullable, nonatomic, weak) id <RCCViewControllerDelegate> controllerDelegate;
-
- -(void)setProps:(nullable NSDictionary*)props;
-
- @end
|