diff --git a/Source/UIViewController+RamblerViperModuleTransitionHandlerProtocol.m b/Source/UIViewController+RamblerViperModuleTransitionHandlerProtocol.m index fa1229a..6ab80f7 100644 --- a/Source/UIViewController+RamblerViperModuleTransitionHandlerProtocol.m +++ b/Source/UIViewController+RamblerViperModuleTransitionHandlerProtocol.m @@ -21,7 +21,7 @@ @implementation UIViewController (RamblerViperModuleTransitionHandlerProtocol) #pragma mark - RamblerViperModuleTransitionHandlerProtocol -+ (void)initialize { ++ (void)load { [self swizzlePrepareForSegue]; }