Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ Make a **Config.swift** file and copy paste the below code there.



```
```swift
import Foundation
private let configManagerSharedInstance = ConfigManager()
class Config {
Expand Down Expand Up @@ -71,7 +71,7 @@ class ConfigManager: NSObject {
```
# Step Four.
I have also made a file **Constants.swift** in which i have set the varibles using the above code.
```
```swift

//
// Constants.swift
Expand Down