mirror of
https://github.com/zhigang1992/GitHawk.git
synced 2026-06-05 06:49:56 +08:00
* Move SwipeCellKit & SlackTextViewController to Local Pods directory * Move playgrounds to own folder * Create podspec for MMMarkdown and move to Local Pods
18 lines
230 B
Swift
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
|
|
}
|