This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// | |
// NSError+NoConnection.h | |
// | |
// Created by Maurizio Cremaschi on 01/11/2013. | |
// Copyright (c) 2013 Myfleek Ltd. All rights reserved. | |
// | |
#import <Foundation/Foundation.h> | |
@interface NSError (NoConnection) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// | |
// NSPredicate+Distinct.h | |
// | |
// Created by Maurizio Cremaschi on 11/11/2013. | |
// Copyright (c) 2013 Myfleek Ltd. All rights reserved. | |
// | |
#import <Foundation/Foundation.h> | |
@interface NSPredicate (Distinct) |