10 lines
245 B
Swift
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 { }
|