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