Files
RestKit/Code/Network/RKNotifications.m
Jeremy Ellison 6a5ee2af7e Revert "Remove per-file copyrights"
This reverts commit 91e7c6bb5e.
2011-01-12 15:27:19 -05:00

14 lines
427 B
Objective-C

//
// 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";
NSString* const kRKRequestFailedWithErrorNotification = @"kRKRequestFailedWithErrorNotification";