KMMailHelper.h 361 B

123456789101112131415
  1. //
  2. // KMMailHelper.h
  3. // PDF Reader
  4. //
  5. // Created by HuFeng on 13-3-13.
  6. // Copyright (c) 2013年 zhangjie. All rights reserved.
  7. //
  8. #import <Foundation/Foundation.h>
  9. #import <AppKit/AppKit.h>
  10. @interface KMMailHelper : NSObject
  11. + (void)sendFileWithPaths:(NSArray *)paths;
  12. + (void)newEmailWithContacts:(NSString*)contact andSubjects:(NSString*)subjects;
  13. @end