15 lines
267 B
Objective-C
15 lines
267 B
Objective-C
//
|
|
// NSData+Matcheable.h
|
|
// Nocilla
|
|
//
|
|
// Created by Luis Solano Bonet on 09/11/14.
|
|
// Copyright (c) 2014 Luis Solano Bonet. All rights reserved.
|
|
//
|
|
|
|
#import <Foundation/Foundation.h>
|
|
#import "LSMatcheable.h"
|
|
|
|
@interface NSData (Matcheable) <LSMatcheable>
|
|
|
|
@end
|