Jabber Guest iOS SDK
JabberGuestSDKPrivate.h
1 //
2 // JabberGuestSDKPrivate.h
3 // JabberGuestSDK
4 //
5 // Created by davesm on 10/2/13.
6 // Copyright (c) 2013 Cisco Systems, Inc. All rights reserved.
7 //
8 
9 #ifndef JabberGuestSDK_JabberGuestSDKPrivate_h
10 #define JabberGuestSDK_JabberGuestSDKPrivate_h
11 
12 #import "csf/media/rtp/CPVEMedia.hpp"
13 
14 FOUNDATION_EXPORT CSF::media::rtp::EnginePtr engineSDK;
15 
16 #endif