14 lines
203 B
C
14 lines
203 B
C
|
|
//
|
||
|
|
// 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
|