//
//  MyPinAddress.m
//  Minfo
//
//  Created by Nguyen Hieu on 1/14/13.
//  Copyright (c) 2013 Nguyen Hieu. All rights reserved.
//

#import "MyPinAddress.h"

@implementation MyPinAddress
@synthesize coordinate,title,subtitle,bs;

-(void)dealloc{
	[title release];
	[super dealloc];
}
@end
