• 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
  • DFWatchSupportedFamilies.swift
  • feat(ui):移除原生的sd依赖
    c62867d9
    by 权海
    2026-06-18 10:41:56 +0800  
    Browse Files
DFWatchSupportedFamilies.swift 199 Bytes
Raw Blame History Permalink
1 2 3 4 5 6 7 8 9 10 11 12
//
//  DFWatchSupportedFamilies.swift
//  hippo-watch-extension
//

import WidgetKit

enum DFWatchSupportedFamilies {
    static var all: [WidgetFamily] {
        return [.accessoryCircular]
    }
}