DailyThemeUploadData
public struct DailyThemeUploadData : ContentFor admins to upload new daily themes, or edit existing ones.
- 
                  
                  A short string describing the day’s theme. e.g. “Cosplay Day”, or “Pajamas Day”, or “Science Day”. DeclarationSwift var title: String
- 
                  
                  A longer string describing the theme, possibly with a call to action for users to participate. DeclarationSwift var info: String
- 
                  
                  An optional image that relates to the theme. DeclarationSwift var image: ImageUploadData?
- 
                  
                  Day of cruise, counted from Settings.shared.cruiseStartDate. 0 is embarkation day. Values could be negative (e.g. Day -1 is “Anticipation Day”)DeclarationSwift var cruiseDay: Int32
 View on GitHub
            View on GitHub
           DailyThemeUploadData Structure Reference
      DailyThemeUploadData Structure Reference