// // SwitchClientPresentationController.h // model // // Created by Drew on 2018/12/14. // Copyright © 2018 Mine. All rights reserved. // #import NS_ASSUME_NONNULL_BEGIN @interface SwitchClientPresentationController : UIPresentationController /** 黑色半透明背景 */ @property (nonatomic, strong) UIView *dimmingView; @end NS_ASSUME_NONNULL_END