Skip to content
Snippets Groups Projects

New SimpleEntry

  • Clone with SSH
  • Clone with HTTPS
  • Embed
  • Share
    The snippet can be accessed without any authentication.
    Authored by Intan Nurjanah
    Edited
    SimpleEntry.swift 164 B
    import WidgetKit
    import SwiftUI
    import HeartyRecipeHelper
    
    // ...
    
    struct SimpleEntry: TimelineEntry {
        let date: Date
        let recipe: RecipeBaseClass?
    }
    
    // ...
    0% or .
    You are about to add 0 people to the discussion. Proceed with caution.
    Finish editing this message first!
    Please register or to comment