Files
FloatingPanel/Framework/Sources/FloatingPanelBackdropView.swift
T
2018-10-23 00:08:13 +09:00

10 lines
245 B
Swift

//
// Created by Shin Yamamoto on 2018/09/26.
// Copyright © 2018 Shin Yamamoto. All rights reserved.
//
import UIKit
/// A view that presents a backdrop interface behind a floating panel.
public class FloatingPanelBackdropView: UIView { }