Tusker/Tusker/Screens/Utilities/PreviewingController.swift

16 lines
248 B
Swift

//
// PreviewingController.swift
// Tusker
//
// Created by Shadowfacts on 10/11/18.
// Copyright © 2018 Shadowfacts. All rights reserved.
//
import UIKit
class PreviewingController {
var currentCommitType: PreviewCommitType
}