// // Copyright (c) 2018 Open Whisper Systems. All rights reserved. // #import #import NS_ASSUME_NONNULL_BEGIN @protocol ShareViewDelegate; @interface SAEScreenLockViewController : ScreenLockViewController - (instancetype)initWithShareViewDelegate:(id)shareViewDelegate; @end NS_ASSUME_NONNULL_END