Skip to content

Commit 4a0eb98

Browse files
authored
Merge pull request #21 from infinum/feature/v3
Version 3 - generator of templates
2 parents e8ef869 + 4114846 commit 4a0eb98

File tree

141 files changed

+3615
-369
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

141 files changed

+3615
-369
lines changed

Base VIPER Interfaces V1/BaseWireframe.swift

Lines changed: 0 additions & 46 deletions
This file was deleted.

Base VIPER Interfaces V1/PresenterInterface.swift

Lines changed: 0 additions & 31 deletions
This file was deleted.

Base VIPER Interfaces V2/InteractorInterface.swift

Lines changed: 0 additions & 5 deletions
This file was deleted.

Base VIPER Interfaces V2/PresenterInterface.swift

Lines changed: 0 additions & 31 deletions
This file was deleted.

Base VIPER Interfaces V2/UIStoryboardExtension.swift

Lines changed: 0 additions & 10 deletions
This file was deleted.

Base VIPER Interfaces V2/ViewInterface.swift

Lines changed: 0 additions & 5 deletions
This file was deleted.
File renamed without changes.
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
protocol FormatterInterface: class {
2+
}
3+
4+
extension FormatterInterface {
5+
}
File renamed without changes.
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
protocol PresenterInterface: class {
2+
}
3+
4+
extension PresenterInterface {
5+
}

0 commit comments

Comments
 (0)