The main Delta target cannot use SwiftUI Previews due to linker errors with Systems.framework, so we’ve made a separate target specifically for previewing SwiftUI views.
20 lines
536 B
Objective-C
20 lines
536 B
Objective-C
//
|
|
// DeltaPreviews.h
|
|
// DeltaPreviews
|
|
//
|
|
// Created by Riley Testut on 4/13/23.
|
|
// Copyright © 2023 Riley Testut. All rights reserved.
|
|
//
|
|
|
|
#import <Foundation/Foundation.h>
|
|
|
|
//! Project version number for DeltaPreviews.
|
|
FOUNDATION_EXPORT double DeltaPreviewsVersionNumber;
|
|
|
|
//! Project version string for DeltaPreviews.
|
|
FOUNDATION_EXPORT const unsigned char DeltaPreviewsVersionString[];
|
|
|
|
// In this header, you should import all the public headers of your framework using statements like #import <DeltaPreviews/PublicHeader.h>
|
|
|
|
|