My Project
BaiduPanoLabelOverlay.h
Go to the documentation of this file.
1 //
2 // BaiduPanoLabelOverlay.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 "BaiduPanoOverlay.h"
11 #import <UIKit/UIKit.h>
12 
14 @property(copy, nonatomic) NSString *text;
15 @property(strong, nonatomic) UIColor *textColor;
16 @property(strong, nonatomic) UIColor *backgroundColor;
17 @property(assign, nonatomic) NSInteger fontSize;
18 @property(assign, nonatomic) UIEdgeInsets edgeInsets;
19 @end
20