My Project
BaiduPanoImageOverlay.h
Go to the documentation of this file.
1 //
2 // BaiduPanoImageOverlay.h
3 // BaiduPanoSDK
4 //
5 // Created by baidu on 15/4/23.
6 // Copyright (c) 2015年 baidu. All rights reserved.
7 //
8 
9 #import <Foundation/Foundation.h>
10 #import <CoreGraphics/CoreGraphics.h>
11 #import <UIKit/UIKit.h>
12 #import "BaiduPanoOverlay.h"
14 @property(strong, nonatomic) NSURL *url;
15 @property(assign, nonatomic) CGSize size;
16 @property(strong, nonatomic) UIImage *image;
17 @end