Skip to content

Instantly share code, notes, and snippets.

View iceydee's full-sized avatar

Mio Nilsson iceydee

View GitHub Profile
#import "KWHCMatcher.h"
#import "KWMessageTracker.h"
#import "Kiwi.h"
@interface NSNotificationMatcher : NSObject <HCMatcher>
{
NSDictionary *_userInfo;
}
+ (id)matcherWithUserInfo:(NSDictionary *)dictionary;