~jose-exposito89/ubuntuone-ios-files/social-networking

« back to all changes in this revision

Viewing changes to Dependencies/ShareKit/Classes/ShareKit/Core/Base Sharer Classes/SHKSharerDelegate.h

  • Committer: José Expósito
  • Date: 2012-10-23 15:22:36 UTC
  • Revision ID: jose.exposito89@gmail.com-20121023152236-f2rfafq000ex0vgz
Added support to share links in social networks

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
//
 
2
//  SHKSharerDelegate.h
 
3
//  ShareKit
 
4
//
 
5
//  Created by Vilem Kurz on 2.1.2012.
 
6
//  Copyright (c) 2012 Cocoa Miners. All rights reserved.
 
7
//
 
8
 
 
9
#import <Foundation/Foundation.h>
 
10
#import "SHKSharer.h"
 
11
 
 
12
@interface SHKSharerDelegate : NSObject <SHKSharerDelegate>
 
13
 
 
14
@end