Files
GitHawk/Pods/Squawk/Source/SquawkViewDelegate.swift
Ryan Nystrom 3028081c3c Migrate Toast component to new Squawk CocoaPod library (#1900)
* add Squawk lib

* delete Toast

* Build green

* fix build after rebase
2018-07-14 18:26:47 -04:00

14 lines
256 B
Swift

//
// SquawkViewDelegate.swift
// Squawk
//
// Created by Ryan Nystrom on 7/14/18.
// Copyright © 2018 Ryan Nystrom. All rights reserved.
//
import Foundation
internal protocol SquawkViewDelegate: class {
func didTapInfo(for view: SquawkView)
}