Files
GitHawk/Local Pods/SwipeCellKit/Example/MailExample/Buttons.swift
James Sherlock c28c088629 Initial repository spring clean (#415)
* Move SwipeCellKit & SlackTextViewController to Local Pods directory

* Move playgrounds to own folder

* Create podspec for MMMarkdown and move to Local Pods
2017-09-24 18:35:05 -04:00

18 lines
230 B
Swift

//
// Buttons.swift
// MailExample
//
// Created by Ryan Nystrom on 6/26/17.
//
//
import UIKit
enum ButtonDisplayMode {
case titleAndImage, titleOnly, imageOnly
}
enum ButtonStyle {
case backgroundColor, circular
}