28 lines
786 B
C
Raw Normal View History

2018-07-25 10:03:54 +08:00
//
// IFlyContact.h
// msc
//
// Created by ypzhao on 13-3-1.
// Copyright (c) 2013年 IFLYTEK. All rights reserved.
//
#import <Foundation/Foundation.h>
/*!
*
* (sms),
* .
*/
@interface IFlyContact : NSObject
/*!
*
* AddressBook.framework
* IFlyDataUploader类
*
*
* @return
*/
- (NSString *) contact;
@end