19 lines
407 B
Objective-C
19 lines
407 B
Objective-C
//
|
|
// VDS.h
|
|
// VDS
|
|
//
|
|
// Created by Matt Bruce on 7/22/22.
|
|
//
|
|
|
|
#import <Foundation/Foundation.h>
|
|
|
|
//! Project version number for VDS.
|
|
FOUNDATION_EXPORT double VDSVersionNumber;
|
|
|
|
//! Project version string for VDS.
|
|
FOUNDATION_EXPORT const unsigned char VDSVersionString[];
|
|
|
|
// In this header, you should import all the public headers of your framework using statements like #import <VDS/PublicHeader.h>
|
|
|
|
|