1 // Copyright (c) 2018, Applidium. All rights reserved 2 // OverlayContainerView.swift 3 // OverlayContainer 4 // 5 // Created by Gaétan Zanella on 14/11/2018. 6 // 7 8 import UIKit 9 10 class OverlayContainerView: PassThroughView {} 11