react-native-navigation的迁移库

RNNDotIndicatorPresenter.h 214B

123456789
  1. #import <Foundation/Foundation.h>
  2. @class UIViewController;
  3. @class DotIndicatorOptions;
  4. @interface RNNDotIndicatorPresenter : NSObject
  5. - (void)apply:(UIViewController *)child :(DotIndicatorOptions *)options;
  6. @end