cocoaTouch/PopoverMenuViewController.m
changeset 3490 016b3172b645
parent 3463 23c50be687a9
equal deleted inserted replaced
3489:aedf289192f5 3490:016b3172b645
    35                 NSLocalizedString(@"End Game", @""),
    35                 NSLocalizedString(@"End Game", @""),
    36                 nil];
    36                 nil];
    37     [super viewDidLoad];
    37     [super viewDidLoad];
    38 }
    38 }
    39 
    39 
       
    40 -(void) viewDidUnload {
       
    41     [super viewDidUnload];
       
    42     MSG_DIDUNLOAD();
       
    43 }
    40 
    44 
    41 -(void) dealloc {
    45 -(void) dealloc {
    42     [menuList release];
    46     [menuList release];
    43     [super dealloc];
    47     [super dealloc];
    44 }
    48 }