MBMapkit
|
00001 // 00002 // MBShape.h 00003 // MBMapKit 00004 // 00005 // Copyright 2011 Mapbar Inc. All rights reserved. 00006 // 00007 00008 #import <Foundation/Foundation.h> 00009 #import "MBAnnotation.h" 00010 00017 @interface MBShape : NSObject <MBAnnotation> 00018 { 00019 @package 00020 NSString *_title; 00021 NSString *_subtitle; 00022 } 00023 00030 @property (copy) NSString *title; 00031 00038 @property (copy) NSString *subtitle; 00039 00040 @end