react-native-navigation的迁移库

AnimatedTextView.h 242B

12345678910
  1. #import <Foundation/Foundation.h>
  2. #import "AnimatedReactView.h"
  3. @interface AnimatedTextView : AnimatedReactView
  4. @property (nonatomic, strong) NSTextStorage* fromTextStorage;
  5. @property (nonatomic, strong) NSTextStorage* toTextStorage;
  6. @end