| 1234567891011121314 |
- //
- // EmailItemProvider.h
- // Apex Mobile
- //
- // Created by Ray on 05/03/2018.
- // Copyright © 2018 United Software Applications, Inc. All rights reserved.
- //
- #import <UIKit/UIKit.h>
- @interface RAShareItemProvider : NSObject <UIActivityItemSource>
- @property (nonatomic, strong) NSString *subject;
- @property (nonatomic, strong) NSString *body;
- @end
|