hippo_watch_extensionBundle.swift
328 Bytes
//
// hippo_watch_extensionBundle.swift
// hippo-watch-extension
//
// Created by 权海 on 2026/6/17.
//
import WidgetKit
import SwiftUI
@main
struct hippo_watch_extensionBundle: WidgetBundle {
var body: some Widget {
DFDefaultHomeWidget()
DFSingleStressWidget()
DFCoupleStressWidget()
}
}