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