VaultMobileSDK  18R3
iOS framework for Vault API
VEVVaultCacheEntry.h
Go to the documentation of this file.
1 
6 #import <Foundation/Foundation.h>
7 
8 
9 NS_ASSUME_NONNULL_BEGIN
10 
11 @class VEVVault;
12 
13 @interface VEVVaultCacheEntry : NSObject
14 
15 - (instancetype) __unavailable init;
16 
20 @property (nonatomic, readonly) VEVVault *vault;
21 
22 @end
23 
24 NS_ASSUME_NONNULL_END
An object type that refers to a particular Vault. VEVVaultAuth::currentUser tracks the authenticated ...
Definition: VEVVaultAuth.h:22