| 1234567891011121314151617181920 |
- //
- // ShareClient.h
- // ShareClient
- //
- // Created by Nathan Racklyeft on 5/8/16.
- // Copyright © 2016 Mark Wilson. All rights reserved.
- //
- #import <UIKit/UIKit.h>
- //! Project version number for ShareClient.
- FOUNDATION_EXPORT double ShareClientVersionNumber;
- //! Project version string for ShareClient.
- FOUNDATION_EXPORT const unsigned char ShareClientVersionString[];
- // In this header, you should import all the public headers of your framework using statements like #import <ShareClient/PublicHeader.h>
|