Skip to content

Instantly share code, notes, and snippets.

//
// GenrericNetworkCallViewController.swift
// Medium Tutorials
//
// Created by Mukesh Shakya on 2/4/20.
// Copyright © 2020 MukY. All rights reserved.
//
import UIKit
//
// NetworkCallViewController.swift
// Medium Tutorials
//
// Created by Mukesh Shakya on 2/4/20.
// Copyright © 2020 MukY. All rights reserved.
//
import UIKit
//
// UIViewController+Extension.swift
// Medium Examples
//
// Created by Mukesh Shakya on 2/4/20.
// Copyright © 2020 MukY. All rights reserved.
//
extension UIViewController {
//
// PasswordTextField.swift
// Medium Examples
//
// Created by Mukesh Shakya on 4/10/20.
// Copyright © 2020 MukY. All rights reserved.
//
import UIKit
@muk-y
muk-y / NotificationService.swift
Created April 17, 2020 05:06
The class which will download the image and save it to disk
//
// NotificationService.swift
// NotificationService
//
// Created by Mukesh Shakya on 4/8/20.
// Copyright © 2020 MukY. All rights reserved.
//
import UserNotifications