ios project skeleton
This commit is contained in:
19
ios/Packages/Sybil/Sources/Sybil/SplitView.swift
Normal file
19
ios/Packages/Sybil/Sources/Sybil/SplitView.swift
Normal file
@@ -0,0 +1,19 @@
|
||||
//
|
||||
// SplitView.swift
|
||||
// Sybil
|
||||
//
|
||||
// Created by James Magahern on 2/19/26.
|
||||
//
|
||||
|
||||
import SwiftUI
|
||||
|
||||
public struct SplitView: View
|
||||
{
|
||||
public init() {
|
||||
|
||||
}
|
||||
|
||||
public var body: some View {
|
||||
Text("Not Yet Implemented: replace me.")
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user