// // ALTNotificationConnection+Private.h // AltServer // // Created by Riley Testut on 1/10/20. // Copyright © 2020 Riley Testut. All rights reserved. // #import "ALTNotificationConnection.h" #include #include NS_ASSUME_NONNULL_BEGIN @interface ALTNotificationConnection () @property (nonatomic, readonly) np_client_t client; - (instancetype)initWithDevice:(ALTDevice *)device client:(np_client_t)client; @end NS_ASSUME_NONNULL_END