|
@@ -4,8 +4,8 @@
|
4
|
4
|
@interface RNNAnimator()
|
5
|
5
|
@property (nonatomic, strong) RNNAnimationOptions* transitionOptions;
|
6
|
6
|
@property (nonatomic) BOOL backButton;
|
7
|
|
-@property (nonatomic, strong) UIViewController* fromVC;
|
8
|
|
-@property (nonatomic, strong) UIViewController* toVC;
|
|
7
|
+@property (nonatomic, weak) UIViewController* fromVC;
|
|
8
|
+@property (nonatomic, weak) UIViewController* toVC;
|
9
|
9
|
@end
|
10
|
10
|
|
11
|
11
|
@implementation RNNAnimator
|