Files
notesnook/apps/mobile/ios/Make Note/ShareViewController.h

14 lines
213 B
C
Raw Normal View History

2021-01-08 12:23:55 +05:00
//
// ShareViewController.h
// Make Note
//
// Created by Ammar Ahmed on 07/01/2021.
//
#import <UIKit/UIKit.h>
#import <Social/Social.h>
@interface ShareViewController : SLComposeServiceViewController
@end