mirror of
https://github.com/zhigang1992/GitHawk.git
synced 2026-06-05 20:03:41 +08:00
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
|
|
}
|