Skip to content

Commit

Permalink
ViperMcFlurry Fork with rename and podspec update
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrey Zarembo-Godzyatsky committed Sep 1, 2015
1 parent 4d99aa3 commit a7a6d59
Show file tree
Hide file tree
Showing 606 changed files with 1,638 additions and 16,940 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Expand Up @@ -93,3 +93,5 @@ atlassian-ide-plugin.xml
com_crashlytics_export_strings.xml
crashlytics.properties
crashlytics-build.properties
Podfile.lock
Example/Pods
15 changes: 15 additions & 0 deletions Code/EmbeddableModules.h
@@ -0,0 +1,15 @@
//
// EmbeddableModules.h
// ViperMcFlurry
//
// Created by Andrey Zarembo-Godzyatsky on 29/07/15.
//
//

#ifndef _ViperMcFlurry_EmbeddableModules_h_
#define _ViperMcFlurry_EmbeddableModules_h_

#import "RamblerViperEmbedModuleSegue.h"
#import "RamblerViperEmbedModuleTransitionSegueData.h"

#endif
@@ -1,6 +1,6 @@
//
// RamblerViperEmbedModuleTransitionSegueData.h
// Championat
// ViperMcFlurry
//
// Created by Andrey Zarembo-Godzyatsky on 21/08/15.
// Copyright (c) 2015 Rambler DS. All rights reserved.
Expand Down
@@ -1,6 +1,6 @@
//
// RamblerViperEmbedModuleTransitionSegueData.m
// Championat
// ViperMcFlurry
//
// Created by Andrey Zarembo-Godzyatsky on 21/08/15.
// Copyright (c) 2015 Rambler DS. All rights reserved.
Expand Down
14 changes: 0 additions & 14 deletions Code/Interface.h

This file was deleted.

108 changes: 0 additions & 108 deletions Code/Interface/Animators/TableViewAnimator/RamblerTableViewAnimator.h

This file was deleted.

128 changes: 0 additions & 128 deletions Code/Interface/Animators/TableViewAnimator/RamblerTableViewAnimator.m

This file was deleted.

20 changes: 20 additions & 0 deletions Code/IntermoduleDataTransfer.h
@@ -0,0 +1,20 @@
//
// IntermoduleDataTransfer.h
// ViperMcFlurry
//
// Created by Andrey Zarembo-Godzyatsky on 29/07/15.
//
//

#ifndef _ViperMcFlurry_IntermoduleDataTransfer_h_
#define _ViperMcFlurry_IntermoduleDataTransfer_h_

#import "RamblerViperModuleConfigurationPromise.h"
#import "RamblerViperModuleConfigurationPromiseProtocol.h"
#import "RamblerViperModuleConfiguratorHolder.h"
#import "RamblerViperModuleConfiguratorProtocol.h"
#import "RamblerViperModuleTransitionHandlerProtocol.h"
#import "RamblerViperModuleTransitionSegueData.h"
#import "UIViewController+RamblerViperModuleTransitionHandling.h"

#endif
@@ -1,6 +1,6 @@
//
// RamblerViperModuleTransitionSegueData.h
// Pods
// ViperMcFlurry
//
// Created by Andrey Zarembo-Godzyatsky on 24/08/15.
//
Expand Down
@@ -1,6 +1,6 @@
//
// RamblerViperModuleTransitionSegueData.m
// Pods
// ViperMcFlurry
//
// Created by Andrey Zarembo-Godzyatsky on 24/08/15.
//
Expand Down
17 changes: 17 additions & 0 deletions Code/ModuleFabric.h
@@ -0,0 +1,17 @@
//
// ModuleFabric.h
// ViperMcFlurry
//
// Created by Andrey Zarembo-Godzyatsky on 29/07/15.
//
//

#ifndef _ViperMcFlurry_ModuleFabric_h_
#define _ViperMcFlurry_ModuleFabric_h_

#import "RamblerViperModuleFabric.h"
#import "RamblerViperModuleFabricInstantiationPromise.h"
#import "RamblerViperModuleFabricInstantiationPromiseProtocol.h"
#import "RamblerViperModuleFabricProtocol.h"

#endif
@@ -1,6 +1,6 @@
//
// RamblerViperModuleFabric.h
// Championat
// ViperMcFlurry
//
// Created by Andrey Zarembo-Godzyatsky on 21/08/15.
// Copyright (c) 2015 Rambler DS. All rights reserved.
Expand Down
@@ -1,7 +1,7 @@

//
// RamblerViperModuleFabric.m
// Championat
// ViperMcFlurry
//
// Created by Andrey Zarembo-Godzyatsky on 21/08/15.
// Copyright (c) 2015 Rambler DS. All rights reserved.
Expand Down
@@ -1,6 +1,6 @@
//
// RamblerViperModuleFabricInstantiationPromise.h
// Championat
// ViperMcFlurry
//
// Created by Andrey Zarembo-Godzyatsky on 21/08/15.
// Copyright (c) 2015 Rambler DS. All rights reserved.
Expand Down
@@ -1,6 +1,6 @@
//
// RamblerViperModuleFabricInstantiationPromise.m
// Championat
// ViperMcFlurry
//
// Created by Andrey Zarembo-Godzyatsky on 21/08/15.
// Copyright (c) 2015 Rambler DS. All rights reserved.
Expand Down
@@ -1,6 +1,6 @@
//
// RamblerViperModuleFabricInstantiationPromiseProtocol.h
// Championat
// ViperMcFlurry
//
// Created by Andrey Zarembo-Godzyatsky on 21/08/15.
// Copyright (c) 2015 Rambler DS. All rights reserved.
Expand Down
@@ -1,6 +1,6 @@
//
// RamblerViperModuleFabricProtocol.h
// Championat
// ViperMcFlurry
//
// Created by Andrey Zarembo-Godzyatsky on 21/08/15.
// Copyright (c) 2015 Rambler DS. All rights reserved.
Expand Down

0 comments on commit a7a6d59

Please sign in to comment.