vds_ios/VDS/VDS.h
Matt Bruce 6c084cfaf1 initial project creation
Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
2022-07-22 12:49:41 -05:00

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>