14 lines
203 B
Objective-C
Executable File
14 lines
203 B
Objective-C
Executable File
//
|
|
// Contacts.h
|
|
// ContactsList
|
|
//
|
|
// Created by Apple on 8/4/14.
|
|
// Copyright (c) 2014 DreamMakers. All rights reserved.
|
|
//
|
|
|
|
#import <Foundation/Foundation.h>
|
|
|
|
@interface Contacts : NSObject
|
|
|
|
@end
|