Republic Project MRAID SDK
1.0
Main Page
Classes
Files
File List
All
Classes
Functions
Properties
RPFacebookDialogViewController.h
1
//
2
// Copyright 2012 ArcTouch, Inc.
3
// All rights reserved.
4
//
5
// This file, its contents, concepts, methods, behavior, and operation
6
// (collectively the "Software") are protected by trade secret, patent,
7
// and copyright laws. The use of the Software is governed by a license
8
// agreement. Disclosure of the Software to third parties, in any form,
9
// in whole or in part, is expressly prohibited except as authorized by
10
// the license agreement.
11
//
12
#import <UIKit/UIKit.h>
13
14
15
@protocol
RPFacebookDialogViewControllerDelegate
;
16
17
@interface
RPFacebookDialogViewController
: UIViewController <UIWebViewDelegate>
18
19
@property
(nonatomic, strong) NSURL *url;
20
@property
(nonatomic, strong) NSString *redirectUrl;
21
@property
(nonatomic, strong) id<RPFacebookDialogViewControllerDelegate> delegate;
22
23
- (id)initWithUrl:(NSURL *)url;
24
25
@end
26
27
@protocol
RPFacebookDialogViewControllerDelegate
<NSObject>
28
29
- (void)facebookDialogViewController:(
RPFacebookDialogViewController
*)viewController didFinishFacebookWithCode:(NSInteger)resultCode;
30
31
@end
git_repos
rp-mraid-sdk
SDK
iOS
Republic
RPFacebookDialogViewController.h
Generated on Fri May 10 2013 10:07:05 for Republic Project MRAID SDK by
1.8.3.1