mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-02-01 10:49:26 +00:00
Declare functions before usage
This commit is contained in:
parent
ecc70d6ecb
commit
8b850f0eb1
2 changed files with 5 additions and 0 deletions
|
|
@ -27,6 +27,9 @@
|
|||
|
||||
@implementation ContactsTableViewController
|
||||
|
||||
static void sync_address_book (ABAddressBookRef addressBook, CFDictionaryRef info, void *context);
|
||||
|
||||
|
||||
#pragma mark - Lifecycle Functions
|
||||
|
||||
- (void)initContactsTableViewController {
|
||||
|
|
|
|||
|
|
@ -22,6 +22,8 @@
|
|||
|
||||
@implementation FastAddressBook
|
||||
|
||||
static void sync_address_book (ABAddressBookRef addressBook, CFDictionaryRef info, void *context);
|
||||
|
||||
+ (NSString*)getContactDisplayName:(ABRecordRef)contact {
|
||||
NSString *retString = nil;
|
||||
if (contact) {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue