20 lines
539 B
Objective-C
20 lines
539 B
Objective-C
//
|
|
// Harmony_Dropbox.h
|
|
// Harmony-Dropbox
|
|
//
|
|
// Created by Riley Testut on 3/4/19.
|
|
// Copyright © 2019 Riley Testut. All rights reserved.
|
|
//
|
|
|
|
#import <UIKit/UIKit.h>
|
|
|
|
//! Project version number for Harmony_Dropbox.
|
|
FOUNDATION_EXPORT double Harmony_DropboxVersionNumber;
|
|
|
|
//! Project version string for Harmony_Dropbox.
|
|
FOUNDATION_EXPORT const unsigned char Harmony_DropboxVersionString[];
|
|
|
|
// In this header, you should import all the public headers of your framework using statements like #import <Harmony_Dropbox/PublicHeader.h>
|
|
|
|
|