mirror of
https://github.com/samsonjs/samhuri.net-ios.git
synced 2026-03-25 09:25:47 +00:00
14 lines
276 B
Objective-C
14 lines
276 B
Objective-C
//
|
|
// ShareViewController.h
|
|
// samhuri.net
|
|
//
|
|
// Created by Sami Samhuri on 2015-05-05.
|
|
// Copyright (c) 2015 Guru Logic Inc. All rights reserved.
|
|
//
|
|
|
|
#import <UIKit/UIKit.h>
|
|
#import <Social/Social.h>
|
|
|
|
@interface ShareViewController : SLComposeServiceViewController
|
|
|
|
@end
|