/**
 * Appcelerator Platform SDK
 * Copyright (c) 2014 by Appcelerator, Inc. All Rights Reserved.
 * Proprietary and Confidential - This source code is not for redistribution
 */

@import Foundation;
@import MobileCoreServices;
@import SystemConfiguration;

#import "APSPerformance.h"
#import "APSAnalytics.h"
#import "APSCloud.h"
#import "APSServiceManager.h"

// APS Objects
#import "APSACLs.h"
#import "APSChats.h"
#import "APSCheckins.h"
#import "APSClients.h"
#import "APSObjects.h"
#import "APSEmails.h"
#import "APSEvents.h"
#import "APSFiles.h"
#import "APSFriends.h"
#import "APSGeoFences.h"
#import "APSKeyValues.h"
#import "APSLikes.h"
#import "APSMessages.h"
#import "APSPhotos.h"
#import "APSPhotoCollections.h"
#import "APSPlaces.h"
#import "APSPosts.h"
#import "APSPushNotifications.h"
#import "APSPushSchedules.h"
#import "APSReviews.h"
#import "APSSocialIntegrations.h"
#import "APSStatuses.h"
#import "APSUsers.h"

/**
 * The APS class is used to hold common APS SDK variables
 * <br/><br/>
 *
 * For information on getting started with Appcelerator Platform Services, see
 * [Appclerator Platform Services Native SDKs](http://bit.ly/1gBzl2s).
 */
@interface Appcelerator : NSObject


@end
