- //
- // KMMailHelper.h
- // PDF Reader
- //
- // Created by HuFeng on 13-3-13.
- // Copyright (c) 2013年 zhangjie. All rights reserved.
- //
- #import <Foundation/Foundation.h>
- #import <AppKit/AppKit.h>
- @interface KMMailHelper : NSObject
- + (void)sendFileWithPaths:(NSArray *)paths;
- + (void)newEmailWithContacts:(NSString*)contact andSubjects:(NSString*)subjects;
- @end
|