VOImages

@interface VOImages : NSObject


#pragma mark - Common

@property (nonatomic) UIImage *commonBackButtonImage;
@property (nonatomic) UIImage *commonCloseButtonImage; //game banner is different than the rest
@property (nonatomic) UIImage *commonSelectedCheckmarkImage;
@property (nonatomic) UIImage *commonEmptyProfileImage;
@property (nonatomic) UIImage *commonPlayButtonImage;
@property (nonatomic) UIImage *commonPauseButtonImage;
@property (nonatomic) UIImage *commonStopButtonImage;
@property (nonatomic) UIImage *commonSearchButtonImage;
@property (nonatomic) UIImage *commonHelpButtonImage;
@property (nonatomic) UIImage *commonAddButtonImage;
@property (nonatomic) UIImage *commonEditButtonImage;
@property (nonatomic) UIImage *commonChevronDownImage;
@property (nonatomic) UIImage *commonChevronDetailImage;
@property (nonatomic) UIImage *commonYoutubeLogoDetail;
@property (nonatomic) UIImage *commonVideoFilmstripImage;
@property (nonatomic) UIImage *commonNoteBackgroundImage;
@property (nonatomic) UIImage *commonDefaultWrappingPaperImage;
@property (nonatomic) UIImage *commonCheckmarkImage;
@property (nonatomic) UIImage *commonRefreshImage;

#pragma mark - Action Sheet

@property (nonatomic) UIImage *actionSheetRecordedVideoMenuIconImage;
@property (nonatomic) UIImage *actionSheetYoutubeMenuIconImage;
@property (nonatomic) UIImage *actionSheetCameraRollIconImage;
@property (nonatomic) UIImage *actionSheetTakePhotoIconImage;
@property (nonatomic) UIImage *actionSheetGoogleImagesIconImage;


#pragma mark - Payment Summary Screen

@property (nonatomic) UIImage *paymentSummaryAmexCardImage;
@property (nonatomic) UIImage *paymentSummaryDiscoverCardImage;
@property (nonatomic) UIImage *paymentSummaryMastercardCardImage;
@property (nonatomic) UIImage *paymentSummaryVisaCardImage;
@property (nonatomic) UIImage *paymentSummaryPrivacyIconImage;
@property (nonatomic) UIImage *paymentSummaryPrivacyFriendsIconImage;


#pragma mark - Creation Screen

@property (nonatomic) UIImage *personalizationLockedIconImage;
@property (nonatomic) UIImage *creationScreenBackgroundImage;
@property (nonatomic) UIImage *creationScreenDeleteImage;
@property (nonatomic) UIImage *creationPackageRotatingEffectImage;


#pragma mark - Recipient Screen

@property (nonatomic) UIImage *recipientScreenPrimaryBackgroundTextureImage;
@property (nonatomic) UIImage *recipientScreenSecondaryBackgroundTextureImage;
@property (nonatomic) UIImage *recipientScreenUserSelectedCheckboxIconImage;
@property (nonatomic) UIImage *recipientScreenUserUnselectedCheckboxIconImage;
@property (nonatomic) UIImage *recipientScreenSelectFriendIconImage;
@property (nonatomic) UIImage *recipientScreenSelectContestModeIconImage;
@property (nonatomic) UIImage *recipientScreenContestModeIconImage;


#pragma mark - Challenge Screen

@property (nonatomic) UIImage *addChallengeTutorialNextButtonImage;
@property (nonatomic) UIImage *challengeScoreReachedWinBannerImage;


#pragma mark - Merchant Screen

@property (nonatomic) UIImage *merchantScreenGiftCardBackgroundImage;
@property (nonatomic) UIImage *merchantScreenDisclaimerTextBottomGradientImage;


#pragma mark - Discovery Screen

@property (nonatomic) UIImage *discoverScreenBackgroundImage;
@property (nonatomic) UIImage *discoverScreenHeaderImage; //currently in builder
@property (nonatomic) UIImage *discoverScreenAddButtonImage;
@property (nonatomic) UIImage *discoverScreenDeleteButtonImage;
@property (nonatomic) UIImage *discoverScreenPlayVideoButtonImage;
@property (nonatomic) UIImage *discoverScreenReplayVideoButtonImage;
@property (nonatomic) UIImage *discoverScreenSoundOnIconImage;
@property (nonatomic) UIImage *discoverScreenSoundOffIconImage;


#pragma mark - Reveal Screen

@property (nonatomic) UIImage *revealScreenBackgroundImage;
@property (nonatomic) UIImage *revealScreenConfettiShape1Image;
@property (nonatomic) UIImage *revealScreenConfettiShape2Image;
@property (nonatomic) UIImage *revealScreenConfettiShape3Image;
@property (nonatomic) UIImage *revealScreenConfettiShape4Image;


#pragma mark - Camera Screen

@property (nonatomic) UIImage *cameraPositionToggleButtonImage;


@end

Undocumented

  • Undocumented

    Declaration

    Objective-C

    @property (nonatomic) UIImage *commonBackButtonImage

    Swift

    var commonBackButtonImage: UIImage { get set }
  • Undocumented

    Declaration

    Objective-C

    @property (nonatomic) UIImage *commonCloseButtonImage

    Swift

    var commonCloseButtonImage: UIImage { get set }
  • Undocumented

    Declaration

    Objective-C

    @property (nonatomic) UIImage *commonSelectedCheckmarkImage

    Swift

    var commonSelectedCheckmarkImage: UIImage { get set }
  • Undocumented

    Declaration

    Objective-C

    @property (nonatomic) UIImage *commonEmptyProfileImage

    Swift

    var commonEmptyProfileImage: UIImage { get set }
  • Undocumented

    Declaration

    Objective-C

    @property (nonatomic) UIImage *commonPlayButtonImage

    Swift

    var commonPlayButtonImage: UIImage { get set }
  • Undocumented

    Declaration

    Objective-C

    @property (nonatomic) UIImage *commonPauseButtonImage

    Swift

    var commonPauseButtonImage: UIImage { get set }
  • Undocumented

    Declaration

    Objective-C

    @property (nonatomic) UIImage *commonStopButtonImage

    Swift

    var commonStopButtonImage: UIImage { get set }
  • Undocumented

    Declaration

    Objective-C

    @property (nonatomic) UIImage *commonSearchButtonImage

    Swift

    var commonSearchButtonImage: UIImage { get set }
  • Undocumented

    Declaration

    Objective-C

    @property (nonatomic) UIImage *commonHelpButtonImage

    Swift

    var commonHelpButtonImage: UIImage { get set }
  • Undocumented

    Declaration

    Objective-C

    @property (nonatomic) UIImage *commonAddButtonImage

    Swift

    var commonAddButtonImage: UIImage { get set }
  • Undocumented

    Declaration

    Objective-C

    @property (nonatomic) UIImage *commonEditButtonImage

    Swift

    var commonEditButtonImage: UIImage { get set }
  • Undocumented

    Declaration

    Objective-C

    @property (nonatomic) UIImage *commonChevronDownImage

    Swift

    var commonChevronDownImage: UIImage { get set }
  • Undocumented

    Declaration

    Objective-C

    @property (nonatomic) UIImage *commonChevronDetailImage

    Swift

    var commonChevronDetailImage: UIImage { get set }
  • Undocumented

    Declaration

    Objective-C

    @property (nonatomic) UIImage *commonYoutubeLogoDetail

    Swift

    var commonYoutubeLogoDetail: UIImage { get set }
  • Undocumented

    Declaration

    Objective-C

    @property (nonatomic) UIImage *commonVideoFilmstripImage

    Swift

    var commonVideoFilmstripImage: UIImage { get set }
  • Undocumented

    Declaration

    Objective-C

    @property (nonatomic) UIImage *commonNoteBackgroundImage

    Swift

    var commonNoteBackgroundImage: UIImage { get set }
  • Undocumented

    Declaration

    Objective-C

    @property (nonatomic) UIImage *commonDefaultWrappingPaperImage

    Swift

    var commonDefaultWrappingPaperImage: UIImage { get set }
  • Undocumented

    Declaration

    Objective-C

    @property (nonatomic) UIImage *commonCheckmarkImage

    Swift

    var commonCheckmarkImage: UIImage { get set }
  • Undocumented

    Declaration

    Objective-C

    @property (nonatomic) UIImage *commonRefreshImage

    Swift

    var commonRefreshImage: UIImage { get set }
  • Undocumented

    Declaration

    Objective-C

    @property (nonatomic) UIImage *actionSheetRecordedVideoMenuIconImage

    Swift

    var actionSheetRecordedVideoMenuIconImage: UIImage { get set }
  • Undocumented

    Declaration

    Objective-C

    @property (nonatomic) UIImage *actionSheetYoutubeMenuIconImage

    Swift

    var actionSheetYoutubeMenuIconImage: UIImage { get set }
  • Undocumented

    Declaration

    Objective-C

    @property (nonatomic) UIImage *actionSheetCameraRollIconImage

    Swift

    var actionSheetCameraRollIconImage: UIImage { get set }
  • Undocumented

    Declaration

    Objective-C

    @property (nonatomic) UIImage *actionSheetTakePhotoIconImage

    Swift

    var actionSheetTakePhotoIconImage: UIImage { get set }
  • Undocumented

    Declaration

    Objective-C

    @property (nonatomic) UIImage *actionSheetGoogleImagesIconImage

    Swift

    var actionSheetGoogleImagesIconImage: UIImage { get set }
  • Undocumented

    Declaration

    Objective-C

    @property (nonatomic) UIImage *paymentSummaryAmexCardImage

    Swift

    var paymentSummaryAmexCardImage: UIImage { get set }
  • Undocumented

    Declaration

    Objective-C

    @property (nonatomic) UIImage *paymentSummaryDiscoverCardImage

    Swift

    var paymentSummaryDiscoverCardImage: UIImage { get set }
  • Undocumented

    Declaration

    Objective-C

    @property (nonatomic) UIImage *paymentSummaryMastercardCardImage

    Swift

    var paymentSummaryMastercardCardImage: UIImage { get set }
  • Undocumented

    Declaration

    Objective-C

    @property (nonatomic) UIImage *paymentSummaryVisaCardImage

    Swift

    var paymentSummaryVisaCardImage: UIImage { get set }
  • Undocumented

    Declaration

    Objective-C

    @property (nonatomic) UIImage *paymentSummaryPrivacyIconImage

    Swift

    var paymentSummaryPrivacyIconImage: UIImage { get set }
  • Undocumented

    Declaration

    Objective-C

    @property (nonatomic) UIImage *paymentSummaryPrivacyFriendsIconImage

    Swift

    var paymentSummaryPrivacyFriendsIconImage: UIImage { get set }
  • Undocumented

    Declaration

    Objective-C

    @property (nonatomic) UIImage *personalizationLockedIconImage

    Swift

    var personalizationLockedIconImage: UIImage { get set }
  • Undocumented

    Declaration

    Objective-C

    @property (nonatomic) UIImage *creationScreenBackgroundImage

    Swift

    var creationScreenBackgroundImage: UIImage { get set }
  • Undocumented

    Declaration

    Objective-C

    @property (nonatomic) UIImage *creationScreenDeleteImage

    Swift

    var creationScreenDeleteImage: UIImage { get set }
  • Undocumented

    Declaration

    Objective-C

    @property (nonatomic) UIImage *creationPackageRotatingEffectImage

    Swift

    var creationPackageRotatingEffectImage: UIImage { get set }
  • Undocumented

    Declaration

    Objective-C

    @property (nonatomic) UIImage *recipientScreenPrimaryBackgroundTextureImage

    Swift

    var recipientScreenPrimaryBackgroundTextureImage: UIImage { get set }
  • Undocumented

    Declaration

    Objective-C

    @property (nonatomic) UIImage *recipientScreenSecondaryBackgroundTextureImage

    Swift

    var recipientScreenSecondaryBackgroundTextureImage: UIImage { get set }
  • Undocumented

    Declaration

    Objective-C

    @property (nonatomic) UIImage *recipientScreenUserSelectedCheckboxIconImage

    Swift

    var recipientScreenUserSelectedCheckboxIconImage: UIImage { get set }
  • Undocumented

    Declaration

    Objective-C

    @property (nonatomic) UIImage *recipientScreenUserUnselectedCheckboxIconImage

    Swift

    var recipientScreenUserUnselectedCheckboxIconImage: UIImage { get set }
  • Undocumented

    Declaration

    Objective-C

    @property (nonatomic) UIImage *recipientScreenSelectFriendIconImage

    Swift

    var recipientScreenSelectFriendIconImage: UIImage { get set }
  • Undocumented

    Declaration

    Objective-C

    @property (nonatomic) UIImage *recipientScreenSelectContestModeIconImage

    Swift

    var recipientScreenSelectContestModeIconImage: UIImage { get set }
  • Undocumented

    Declaration

    Objective-C

    @property (nonatomic) UIImage *recipientScreenContestModeIconImage

    Swift

    var recipientScreenContestModeIconImage: UIImage { get set }
  • Undocumented

    Declaration

    Objective-C

    @property (nonatomic) UIImage *addChallengeTutorialNextButtonImage

    Swift

    var addChallengeTutorialNextButtonImage: UIImage { get set }
  • Undocumented

    Declaration

    Objective-C

    @property (nonatomic) UIImage *challengeScoreReachedWinBannerImage

    Swift

    var challengeScoreReachedWinBannerImage: UIImage { get set }
  • Undocumented

    Declaration

    Objective-C

    @property (nonatomic) UIImage *merchantScreenGiftCardBackgroundImage

    Swift

    var merchantScreenGiftCardBackgroundImage: UIImage { get set }
  • Undocumented

    Declaration

    Objective-C

    @property (nonatomic) UIImage *merchantScreenDisclaimerTextBottomGradientImage

    Swift

    var merchantScreenDisclaimerTextBottomGradientImage: UIImage { get set }
  • Undocumented

    Declaration

    Objective-C

    @property (nonatomic) UIImage *discoverScreenBackgroundImage

    Swift

    var discoverScreenBackgroundImage: UIImage { get set }
  • Undocumented

    Declaration

    Objective-C

    @property (nonatomic) UIImage *discoverScreenHeaderImage

    Swift

    var discoverScreenHeaderImage: UIImage { get set }
  • Undocumented

    Declaration

    Objective-C

    @property (nonatomic) UIImage *discoverScreenAddButtonImage

    Swift

    var discoverScreenAddButtonImage: UIImage { get set }
  • Undocumented

    Declaration

    Objective-C

    @property (nonatomic) UIImage *discoverScreenDeleteButtonImage

    Swift

    var discoverScreenDeleteButtonImage: UIImage { get set }
  • Undocumented

    Declaration

    Objective-C

    @property (nonatomic) UIImage *discoverScreenPlayVideoButtonImage

    Swift

    var discoverScreenPlayVideoButtonImage: UIImage { get set }
  • Undocumented

    Declaration

    Objective-C

    @property (nonatomic) UIImage *discoverScreenReplayVideoButtonImage

    Swift

    var discoverScreenReplayVideoButtonImage: UIImage { get set }
  • Undocumented

    Declaration

    Objective-C

    @property (nonatomic) UIImage *discoverScreenSoundOnIconImage

    Swift

    var discoverScreenSoundOnIconImage: UIImage { get set }
  • Undocumented

    Declaration

    Objective-C

    @property (nonatomic) UIImage *discoverScreenSoundOffIconImage

    Swift

    var discoverScreenSoundOffIconImage: UIImage { get set }
  • Undocumented

    Declaration

    Objective-C

    @property (nonatomic) UIImage *revealScreenBackgroundImage

    Swift

    var revealScreenBackgroundImage: UIImage { get set }
  • Undocumented

    Declaration

    Objective-C

    @property (nonatomic) UIImage *revealScreenConfettiShape1Image

    Swift

    var revealScreenConfettiShape1Image: UIImage { get set }
  • Undocumented

    Declaration

    Objective-C

    @property (nonatomic) UIImage *revealScreenConfettiShape2Image

    Swift

    var revealScreenConfettiShape2Image: UIImage { get set }
  • Undocumented

    Declaration

    Objective-C

    @property (nonatomic) UIImage *revealScreenConfettiShape3Image

    Swift

    var revealScreenConfettiShape3Image: UIImage { get set }
  • Undocumented

    Declaration

    Objective-C

    @property (nonatomic) UIImage *revealScreenConfettiShape4Image

    Swift

    var revealScreenConfettiShape4Image: UIImage { get set }
  • Undocumented

    Declaration

    Objective-C

    @property (nonatomic) UIImage *cameraPositionToggleButtonImage

    Swift

    var cameraPositionToggleButtonImage: UIImage { get set }