No Description

NSObject+AWSMTLComparisonAdditions.h 409B

123456789101112131415
  1. //
  2. // NSObject+MTLComparisonAdditions.h
  3. // Mantle
  4. //
  5. // Created by Josh Vera on 10/26/12.
  6. // Copyright (c) 2012 GitHub. All rights reserved.
  7. //
  8. // Portions copyright (c) 2011 Bitswift. All rights reserved.
  9. // See the LICENSE file for more information.
  10. //
  11. #import <Foundation/Foundation.h>
  12. // Returns whether both objects are identical or equal via -isEqual:
  13. BOOL AWSMTLEqualObjects(id obj1, id obj2);