12345678910111213141516171819 |
- //
- // Presentr.h
- // Presentr
- //
- // Created by Daniel Lozano on 5/11/16.
- // Copyright © 2016 danielozano. All rights reserved.
- //
- #import <UIKit/UIKit.h>
- //! Project version number for Presentr.
- FOUNDATION_EXPORT double PresentrVersionNumber;
- //! Project version string for Presentr.
- FOUNDATION_EXPORT const unsigned char PresentrVersionString[];
- // In this header, you should import all the public headers of your framework using statements like #import <Presentr/PublicHeader.h>
|