| // |
| // PredictionIOSDK.h |
| // PredictionIOSDK |
| // |
| // Created by Minh Tu Le on 2/23/15. |
| // Copyright (c) 2015 PredictionIO. All rights reserved. |
| // |
| |
| #import <Foundation/Foundation.h> |
| |
| //! Project version number for PredictionIOSDK. |
| FOUNDATION_EXPORT double PredictionIOSDKVersionNumber; |
| |
| //! Project version string for PredictionIOSDK. |
| FOUNDATION_EXPORT const unsigned char PredictionIOSDKVersionString[]; |
| |
| // In this header, you should import all the public headers of your framework using statements like #import <PredictionIOSDK/PublicHeader.h> |
| |
| |