This file contains 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
// | |
// PickerView.swift | |
// PickerView | |
// | |
// Created by Arpit on 08/01/19. | |
// Copyright © 2018 Arpit. All rights reserved. | |
// | |
import UIKit | |
class PickerView : NSObject { |
This file contains 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
// | |
// APIManager.swift | |
// MoyaDemo | |
import UIKit | |
import Moya | |
import SwiftyJSON | |
import Foundation | |
import Alamofire |
This file contains 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
// | |
// Database.swift | |
// test | |
// | |
// Created by Arpit Jain on 27/12/16. | |
// Copyright © 2016 Arpit Jain. All rights reserved. | |
// | |
import UIKit | |
import SQLite3 |
This file contains 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
// | |
// APIManager.swift | |
// APIManager.swift | |
// | |
// Created by Arpit Jain on 22/01/18. | |
// Copyright © 2018 Arpit Jain. All rights reserved. | |
// | |
// |
This file contains 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
// | |
// DatePicker.swift | |
// DatePicker | |
// | |
// Created by Arpit Jain on 08/01/19. | |
// Copyright © 2018 Arpit Jain. All rights reserved. | |
// | |
import UIKit |
This file contains 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
// | |
// DateTimeAsAgo.swift | |
// DateTimeAsAgo | |
// | |
// Created by Arpit Jain on 14/05/18. | |
// Copyright (c) 2018 Arpit Jain . All rights reserved. | |
// | |
import Foundation |
This file contains 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
// CustomAlert.swift | |
// CustomAlert | |
// Created by Arpit Jain on 27/09/17. | |
// Copyright © 2017 Arpit Jain. All rights reserved. | |
// | |
import UIKit | |
/// This is a class created for handling Alerts in Project | |
class AlertClass: NSObject { |