LuxChat  2.0
Instant messenger for iOS
ShareViewController.h
1 //
2 // ShareViewController.h
3 //
4 // Created by Eric Schanet on 24.06.15.
5 // Copyright (c) 2015 KZ. All rights reserved.
6 //
7 
8 #import <UIKit/UIKit.h>
9 #import <Social/Social.h>
10 #import "ItemViewController.h"
11 
12 @interface ShareViewController : SLComposeServiceViewController
13 @end
Definition: ShareViewController.h:12