Fix compiler warning (#13)

* Fix compiler warning by removing lingering code.
* fix comment

// FREEBIE
This commit is contained in:
Michael Kirk 2016-06-27 21:13:45 -07:00 committed by GitHub
parent 9ab38efe9e
commit f5aac9610c
2 changed files with 1 additions and 2 deletions

View file

@ -14,7 +14,6 @@
- (NSString *)nameStringForPhoneIdentifier:(NSString *)phoneNumber; - (NSString *)nameStringForPhoneIdentifier:(NSString *)phoneNumber;
+ (BOOL)name:(NSString *)nameString matchesQuery:(NSString *)queryString; + (BOOL)name:(NSString *)nameString matchesQuery:(NSString *)queryString;
+ (BOOL)phoneNumber:(PhoneNumber *)phoneNumber matchesQuery:(NSString *)queryString;
#if TARGET_OS_IPHONE #if TARGET_OS_IPHONE
- (UIImage *)imageForPhoneIdentifier:(NSString *)phoneNumber; - (UIImage *)imageForPhoneIdentifier:(NSString *)phoneNumber;

View file

@ -1,5 +1,5 @@
// //
// ContactsManagerProtocol.h // UserPreferences.h
// Pods // Pods
// //
// Created by Frederic Jacobs on 05/12/15. // Created by Frederic Jacobs on 05/12/15.