VaultMobileSDK  18R3
iOS framework for Vault API
UIImageView+VaultMobileSDK.h
Go to the documentation of this file.
1 
7 #import <UIKit/UIKit.h>
8 
9 NS_ASSUME_NONNULL_BEGIN
10 
11 @class VEVVault;
12 
16 
36 - (void)setVaultDocumentThumbnailImageWithPlaceholderImage:(nullable UIImage *)placeholderImage
37  documentId:(NSUInteger)documentId
38  majorVersion:(NSUInteger)major
39  minorVersion:(NSUInteger)minor
40  vault:(VEVVault *)vault;
41 
42 @end
43 
44 NS_ASSUME_NONNULL_END
VaultMobileSDK specific extensions to UIImageView.
Definition: UIImageView+VaultMobileSDK.h:15
An object type that refers to a particular Vault. VEVVaultAuth::currentUser tracks the authenticated ...
Definition: VEVVaultAuth.h:22