mirror of
https://github.com/deneraraujo/OpenVPNAdapter.git
synced 2026-05-13 00:04:14 +08:00
Wrap file content property
This commit is contained in:
@@ -8,6 +8,10 @@
|
||||
|
||||
#import <Foundation/Foundation.h>
|
||||
|
||||
// TODO: Wrap ClientAPI::Config into Objective-C class
|
||||
|
||||
@interface OpenVPNConfiguration : NSObject
|
||||
|
||||
@property (nullable, nonatomic) NSData *fileContent;
|
||||
|
||||
@end
|
||||
|
||||
Reference in New Issue
Block a user