mirror of
https://github.com/oxen-io/session-ios.git
synced 2023-12-13 21:30:14 +01:00
Fix compiler warning (#13)
* Fix compiler warning by removing lingering code. * fix comment // FREEBIE
This commit is contained in:
parent
9ab38efe9e
commit
f5aac9610c
2 changed files with 1 additions and 2 deletions
|
@ -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;
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
//
|
||||
// ContactsManagerProtocol.h
|
||||
// UserPreferences.h
|
||||
// Pods
|
||||
//
|
||||
// Created by Frederic Jacobs on 05/12/15.
|
||||
|
|
Loading…
Reference in a new issue