Index Hierarchy MMMerchantDataSourceDelegate Protocol Reference Conforms to NSObject Declared in MMMerchantDataSourceDelegate.h Overview A delegate interface that is utilized by MMMasterRestaurantTableViewController and MMDetailMapViewController. The former notifies it’s delegate (the latter) when it has received an updated list of merchants from the network. Tasks – didReceiveMerchants: required method Instance Methods didReceiveMerchants: Delegate method that is called when the - (void)didReceiveMerchants:(NSMutableArray *)merchants Discussion MMMasterRestaurantTableViewController receives an updated list of merchants. * @param merchants The updated list of merchants. Declared In MMMerchantDataSourceDelegate.h Index Hierarchy