react-native-navigation的迁移库

RNNViewLocation.h 246B

1234567891011
  1. #import <Foundation/Foundation.h>
  2. @interface RNNViewLocation : NSObject
  3. @property (nonatomic) CGRect fromFrame;
  4. @property (nonatomic) CGRect toFrame;
  5. - (instancetype)initWithFromElement:(UIView*)fromElement toElement:(UIView*)toElement;
  6. @end