// // RKNotifications.m // RestKit // // Created by Blake Watters on 9/24/09. // Copyright 2009 Two Toasters. All rights reserved. // #import "RKNotifications.h" NSString* const kRKRequestSentNotification = @"kRKRequestSentNotification"; NSString* const kRKResponseReceivedNotification = @"kRKRespongReceivedNotification";