20 lines
501 B
Objective-C
20 lines
501 B
Objective-C
//
|
|
// HthikPreviews.h
|
|
// HthikPreviews
|
|
//
|
|
// Created by Hthik on 4/13/23.
|
|
// Copyright © 2024 Hthik
|
|
//
|
|
|
|
#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>
|
|
|
|
|