This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // | |
| // GenrericNetworkCallViewController.swift | |
| // Medium Tutorials | |
| // | |
| // Created by Mukesh Shakya on 2/4/20. | |
| // Copyright © 2020 MukY. All rights reserved. | |
| // | |
| import UIKit |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // | |
| // NetworkCallViewController.swift | |
| // Medium Tutorials | |
| // | |
| // Created by Mukesh Shakya on 2/4/20. | |
| // Copyright © 2020 MukY. All rights reserved. | |
| // | |
| import UIKit |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // | |
| // UIViewController+Extension.swift | |
| // Medium Examples | |
| // | |
| // Created by Mukesh Shakya on 2/4/20. | |
| // Copyright © 2020 MukY. All rights reserved. | |
| // | |
| extension UIViewController { | |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // | |
| // PasswordTextField.swift | |
| // Medium Examples | |
| // | |
| // Created by Mukesh Shakya on 4/10/20. | |
| // Copyright © 2020 MukY. All rights reserved. | |
| // | |
| import UIKit |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // | |
| // NotificationService.swift | |
| // NotificationService | |
| // | |
| // Created by Mukesh Shakya on 4/8/20. | |
| // Copyright © 2020 MukY. All rights reserved. | |
| // | |
| import UserNotifications |