vipergeng 0.2.18 → 0.2.20
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 5b24464e531e38dc5320705950bad670f9bf0ea1
|
4
|
+
data.tar.gz: cc3bf2a892f5d1d38f7adcf077604140fce0cf0c
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: ef744b922188002f8b38bbb54e960498f0915e0a31b43516069d581c10022597de768d9b32ba21c404aba7d6b41313d68d07fbce2abd7465b680a6cb4b5e36d4
|
7
|
+
data.tar.gz: 20ed8d4aa1168490a88a3f4cdff94e6876f3374b0b1cd63ec6852ba2166fc4aa04edace9e1dfb5901f9e55920f7f2b6652e427e7caf0575d598c86a703a9749a
|
@@ -6,7 +6,7 @@
|
|
6
6
|
// Copyright © ___YEAR___ ___ORGANIZATIONNAME___. All rights reserved.
|
7
7
|
//
|
8
8
|
|
9
|
-
import
|
9
|
+
import UIKit
|
10
10
|
|
11
11
|
protocol VIPERViewProtocol: class {
|
12
12
|
var presenter: VIPERPresenterProtocol? { get set }
|
@@ -16,7 +16,7 @@ protocol VIPERViewProtocol: class {
|
|
16
16
|
}
|
17
17
|
|
18
18
|
protocol VIPERWireFrameProtocol: class {
|
19
|
-
static func presentVIPERModule(
|
19
|
+
static func presentVIPERModule(fromVC: UIViewController))
|
20
20
|
/**
|
21
21
|
* Add here your methods for communication PRESENTER -> WIREFRAME
|
22
22
|
*/
|
data/lib/vipergen/version.rb
CHANGED