Showing
5 changed files
with
6 additions
and
2 deletions
No preview for this file type
... | @@ -7,7 +7,7 @@ | ... | @@ -7,7 +7,7 @@ |
7 | <key>Pods-SwiftWarplyFramework.xcscheme_^#shared#^_</key> | 7 | <key>Pods-SwiftWarplyFramework.xcscheme_^#shared#^_</key> |
8 | <dict> | 8 | <dict> |
9 | <key>orderHint</key> | 9 | <key>orderHint</key> |
10 | - <integer>0</integer> | 10 | + <integer>1</integer> |
11 | </dict> | 11 | </dict> |
12 | </dict> | 12 | </dict> |
13 | </dict> | 13 | </dict> | ... | ... |
... | @@ -7,7 +7,7 @@ | ... | @@ -7,7 +7,7 @@ |
7 | <key>SwiftWarplyFramework.xcscheme_^#shared#^_</key> | 7 | <key>SwiftWarplyFramework.xcscheme_^#shared#^_</key> |
8 | <dict> | 8 | <dict> |
9 | <key>orderHint</key> | 9 | <key>orderHint</key> |
10 | - <integer>1</integer> | 10 | + <integer>0</integer> |
11 | </dict> | 11 | </dict> |
12 | </dict> | 12 | </dict> |
13 | </dict> | 13 | </dict> | ... | ... |
No preview for this file type
... | @@ -8,6 +8,10 @@ | ... | @@ -8,6 +8,10 @@ |
8 | import Foundation | 8 | import Foundation |
9 | import SwiftUI | 9 | import SwiftUI |
10 | 10 | ||
11 | +struct GlobalVariables { | ||
12 | + static var campaigns: Array<swiftApi.CampaignItemModel> = [] | ||
13 | +} | ||
14 | + | ||
11 | public class swiftApi { | 15 | public class swiftApi { |
12 | 16 | ||
13 | public init() { | 17 | public init() { | ... | ... |
-
Please register or login to post a comment