revolter/fastlane-plugin-icon_versioning

View on GitHub
example/IconVersioningExample/ViewController.swift

Summary

Maintainability
A
0 mins
Test Coverage
//
//  ViewController.swift
//  IconVersioningExample
//
//  Created by Iulian Onofrei on 12/03/2018.
//  Copyright © 2018 Iulian Onofrei. All rights reserved.
//

import UIKit

class ViewController: UIViewController {

    override func viewDidLoad() {
        super.viewDidLoad()
        // Do any additional setup after loading the view, typically from a nib.
    }

    override func didReceiveMemoryWarning() {
        super.didReceiveMemoryWarning()
        // Dispose of any resources that can be recreated.
    }


}