// // ShareViewController.h // shareSheet // // Created by Anurodh Pokharel on 9/10/18. // Copyright © 2018 Monal.im. All rights reserved. // #import <UIKit/UIKit.h> #import <Social/Social.h> @interface ShareViewController : SLComposeServiceViewController @end