// // OpenVPNServerEntry.h // OpenVPN Adapter // // Created by Sergey Abramchuk on 26.04.17. // // #import @interface OpenVPNServerEntry : NSObject @property (nullable, readonly, nonatomic) NSString *server; @property (nullable, readonly, nonatomic) NSString *friendlyName; - (nonnull instancetype) __unavailable init; @end