You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
/* |
|
* defines.h |
|
* FeedbackDemo |
|
* |
|
* Created by Andrew Wooster on 6/29/11. |
|
* Copyright 2011 Apptentive. All rights reserved. |
|
* |
|
*/ |
|
|
|
#define kApptentiveAPIKey @"<your API key>" |
|
#define kApptentiveAppID @"<your App Store ID>"
|
|
|