• This project
    • Loading...
  • Sign in

常守达 / doublefeel_flutter · Files

Go to a project

GitLab

  • Go to dashboard
  • Project
  • Activity
  • Files
  • Commits
  • Builds 0
  • Graphs
  • Milestones
  • Issues 0
  • Merge Requests 0
  • Members
  • Labels
  • Wiki
  • Forks
  • Network
  • doublefeel_flutter
  • ios
  • hippo-watch-extension
  • Shared
  • DFWatchFaceEntry.swift
  • feat(ui):修复watch应用主题报错
    0520b64f
    by 权海
    2026-07-09 10:53:11 +0800  
    Browse Directory »
DFWatchFaceEntry.swift 232 Bytes
Raw Blame History Permalink
1 2 3 4 5 6 7 8 9 10 11 12 13
//
//  DFWatchFaceEntry.swift
//  hippo-watch-extension
//

import WidgetKit

struct DFWatchFaceEntry: TimelineEntry {
    let date: Date
    let face: DFWatchFaceKind
    let data: DFWatchFaceData
    let theme: WatchLocalTheme?
}