10 #import <Foundation/Foundation.h> 14 @interface MAShape : NSObject <MAAnnotation> {
21 @property (nonatomic, copy) NSString *
title;
24 @property (nonatomic, copy) NSString *
subtitle;
NSString * title
标题
Definition: MAShape.h:21
NSString * subtitle
副标题
Definition: MAShape.h:24
该类为一个抽象类,定义了基于MAAnnotation的MAShape类的基本属性和行为,不能直接使用,必须子类化之后才能...
Definition: MAShape.h:14
NSString * _title
标题
Definition: MAShape.h:16
NSString * _subtitle
副标题
Definition: MAShape.h:17