BaiduMap_IOSSDK_v6.6.5_Docs 6.6.5
载入中...
搜索中...
未找到
BMKImageUIView.h
浏览该文件的文档.
1//
2// BMKImageUIView.h
3// MapComponent
4//
5// Created by zhaoxiangru on 2024/3/12.
6// Copyright © 2024 Baidu. All rights reserved.
7//
8
9#import "BMKBaseUIView.h"
10
11NS_ASSUME_NONNULL_BEGIN
12
14@property (nonatomic, strong) UIImage *image;
15@property (nonatomic, strong) UIImage *maskImage;
16@property (nonatomic, strong) UIColor *color;
17@end
18
19NS_ASSUME_NONNULL_END
Definition BMKBaseUIView.h:37
Definition BMKImageUIView.h:14
UIColor * color
Definition BMKImageUIView.h:16
UIImage * image
Definition BMKImageUIView.h:14
UIImage * maskImage
Definition BMKImageUIView.h:15