LoopFollowLABundle.swift 199 B

12345678910111213
  1. // LoopFollow
  2. // LoopFollowLABundle.swift
  3. import SwiftUI
  4. import WidgetKit
  5. @main
  6. struct LoopFollowLABundle: WidgetBundle {
  7. var body: some Widget {
  8. LoopFollowLiveActivityWidget()
  9. }
  10. }