Files
notesnook/apps/mobile/ios/Make Note/ShareViewController.h
2021-01-08 12:23:55 +05:00

14 lines
213 B
Objective-C

//
// ShareViewController.h
// Make Note
//
// Created by Ammar Ahmed on 07/01/2021.
//
#import <UIKit/UIKit.h>
#import <Social/Social.h>
@interface ShareViewController : SLComposeServiceViewController
@end