Tencent_Panorama_SDK_v1.1.3
QPanoramaLink.h
1 //
2 // QPanoramaLink.h
3 // QPanoramaKit_Debug
4 //
5 // Created by xfang on 15/3/9.
6 // Copyright (c) 2015年 tencent. All rights reserved.
7 //
8 
9 #import <Foundation/Foundation.h>
10 
14 @interface QPanoramaLink : NSObject
15 
19 @property (nonatomic, assign) CGFloat heading;
20 
24 @property (nonatomic, copy) NSString *panoramaID;
25 
26 @end