Common.h 380 Bytes
//
//  Common.h
//  CNLiveUserSystemDemo
//
//  Created by iOS on 16/10/8.
//  Copyright © 2016年 zhulin. All rights reserved.
//

#ifndef Common_h
#define Common_h

#define kSVer @"4.0"  //探针版本
#define StatAppVersion  ([[[NSBundle mainBundle] infoDictionary] objectForKey: @"CFBundleShortVersionString"])
#define SDKVersion @"1.1.3"  //SDK版本

#endif /* Common_h */