15 lines
269 B
Objective-C
15 lines
269 B
Objective-C
//
|
|
// 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
|