Skip to content

Commit

Permalink
Preparing to make OpenHABWidget an ObservableObject
Browse files Browse the repository at this point in the history
Getting the separatorInset back
Reverting diffable data source to work on OpenHABWidget instead of OpenHABWidget.ID
  • Loading branch information
timbms committed Aug 30, 2024
1 parent 3d72419 commit 19463c9
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions openHAB/FrameCellView.swift
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
//
// FrameCellView.swift
// openHAB
//
// Created by Tim on 29.08.24.
// Copyright © 2024 openHAB e.V. All rights reserved.
//

import SwiftUI

struct FrameCellView: View {
var body: some View {
Text(/*@START_MENU_TOKEN@*/"Hello, World!"/*@END_MENU_TOKEN@*/)
}
}

#Preview {
FrameCellView()
}

0 comments on commit 19463c9

Please sign in to comment.