Tusker/Tusker/Screens/Utilities/PreviewingController.swift

16 lines
248 B
Swift
Raw Normal View History

2018-10-12 01:20:58 +00:00
//
// PreviewingController.swift
// Tusker
//
// Created by Shadowfacts on 10/11/18.
// Copyright © 2018 Shadowfacts. All rights reserved.
//
import UIKit
class PreviewingController {
var currentCommitType: PreviewCommitType
}