mirror of
https://github.com/samsonjs/arq_restore.git
synced 2026-03-25 09:25:53 +00:00
14 lines
223 B
Objective-C
14 lines
223 B
Objective-C
//
|
|
// NSObject_extra.h
|
|
// Arq
|
|
//
|
|
// Created by Stefan Reitshamer on 7/4/11.
|
|
// Copyright 2011 __MyCompanyName__. All rights reserved.
|
|
//
|
|
|
|
|
|
|
|
|
|
@interface NSObject (extra)
|
|
+ (BOOL)equalObjects:(id)left and:(id)right;
|
|
@end
|