CustomiOSApi  1.04
 All Classes Functions Enumerations Enumerator Pages
LibRelease.h
1 //
2 // LibRelease.h
3 // CustomiOSApi
4 //
5 // Created by CUSTOM on 08/07/13.
6 // Copyright (c) 2013 CUSTOM. All rights reserved.
7 //
8 
9 #import <Foundation/Foundation.h>
10 
11 extern NSString* const STR_SDKLIB_RELEASE;
12 
13 
68 //Hide it in the documentation
69 // @cond PRIVATE
70 @interface LibRelease : NSObject
71 
72 @end