20 lines
526 B
Objective-C
20 lines
526 B
Objective-C
//
|
|
// Harmony_Drive.h
|
|
// Harmony-Drive
|
|
//
|
|
// Created by Riley Testut on 1/22/18.
|
|
// Copyright © 2018 Riley Testut. All rights reserved.
|
|
//
|
|
|
|
#import <UIKit/UIKit.h>
|
|
|
|
//! Project version number for Harmony_Drive.
|
|
FOUNDATION_EXPORT double Harmony_DriveVersionNumber;
|
|
|
|
//! Project version string for Harmony_Drive.
|
|
FOUNDATION_EXPORT const unsigned char Harmony_DriveVersionString[];
|
|
|
|
// In this header, you should import all the public headers of your framework using statements like #import <Harmony_Drive/PublicHeader.h>
|
|
|
|
|