RAShareItemProvider.h 352 B

1234567891011121314
  1. //
  2. // EmailItemProvider.h
  3. // Apex Mobile
  4. //
  5. // Created by Ray on 05/03/2018.
  6. // Copyright © 2018 United Software Applications, Inc. All rights reserved.
  7. //
  8. #import <UIKit/UIKit.h>
  9. @interface RAShareItemProvider : NSObject <UIActivityItemSource>
  10. @property (nonatomic, strong) NSString *subject;
  11. @property (nonatomic, strong) NSString *body;
  12. @end