WIP
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
//
|
||||
// PreviewWorkout.swift
|
||||
// PreviewData.swift
|
||||
// Werkout_ios
|
||||
//
|
||||
// Created by Trey Tartt on 6/14/23.
|
||||
@@ -7,7 +7,7 @@
|
||||
|
||||
import Foundation
|
||||
|
||||
class PreviewWorkout {
|
||||
class PreviewData {
|
||||
class func workout() -> Workout {
|
||||
let filepath = Bundle.main.path(forResource: "WorkoutOne", ofType: "json")!
|
||||
let data = try! Data(NSData(contentsOfFile: filepath))
|
||||
Reference in New Issue
Block a user