Skip to content
This repository has been archived by the owner on Feb 12, 2022. It is now read-only.

Commit

Permalink
Fix compiler warning (#13)
Browse files Browse the repository at this point in the history
* Fix compiler warning by removing lingering code.
* fix comment

// FREEBIE
  • Loading branch information
michaelkirk committed Jun 28, 2016
1 parent 9ab38ef commit f5aac96
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion src/Protocols/ContactsManagerProtocol.h
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@

- (NSString *)nameStringForPhoneIdentifier:(NSString *)phoneNumber;
+ (BOOL)name:(NSString *)nameString matchesQuery:(NSString *)queryString;
+ (BOOL)phoneNumber:(PhoneNumber *)phoneNumber matchesQuery:(NSString *)queryString;

#if TARGET_OS_IPHONE
- (UIImage *)imageForPhoneIdentifier:(NSString *)phoneNumber;
Expand Down
2 changes: 1 addition & 1 deletion src/Protocols/UserPreferences.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
//
// ContactsManagerProtocol.h
// UserPreferences.h
// Pods
//
// Created by Frederic Jacobs on 05/12/15.
Expand Down

0 comments on commit f5aac96

Please sign in to comment.