mirror of
https://github.com/zhigang1992/RestKit.git
synced 2026-04-14 12:13:00 +08:00
14 lines
376 B
Objective-C
14 lines
376 B
Objective-C
//
|
|
// RKNotifications.m
|
|
// RestKit
|
|
//
|
|
// Created by Blake Watters on 9/24/09.
|
|
//
|
|
//
|
|
|
|
#import "RKNotifications.h"
|
|
|
|
NSString* const kRKRequestSentNotification = @"kRKRequestSentNotification";
|
|
NSString* const kRKResponseReceivedNotification = @"kRKRespongReceivedNotification";
|
|
NSString* const kRKRequestFailedWithErrorNotification = @"kRKRequestFailedWithErrorNotification";
|