Rocket.Chat.ReactNative/ios/RocketChat Watch App/RocketChatApp.swift

11 lines
153 B
Swift

import SwiftUI
@main
struct RocketChat_Watch_AppApp: App {
var body: some Scene {
WindowGroup {
ContentView()
}
}
}