Files
2020-07-04 14:41:25 +08:00

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