mirror of
https://github.com/streetwriters/notesnook.git
synced 2025-12-22 06:29:29 +01:00
14 lines
213 B
C
14 lines
213 B
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
|