mirror of
https://github.com/samuelclay/NewsBlur.git
synced 2025-08-21 05:45:13 +00:00
16 lines
447 B
Objective-C
Executable file
16 lines
447 B
Objective-C
Executable file
//
|
|
// OSKFacebookActivity.h
|
|
// Overshare
|
|
//
|
|
// Created by Peter Friese on 2/5/14.
|
|
// Copyright (c) 2014 Google. All rights reserved.
|
|
//
|
|
|
|
#import "OSKActivity.h"
|
|
|
|
#import "OSKMicrobloggingActivity.h"
|
|
#import "OSKActivity_GenericAuthentication.h"
|
|
|
|
@interface OSKGooglePlusActivity : OSKActivity <OSKMicrobloggingActivity, OSKActivity_GenericAuthentication>
|
|
@property(nonatomic, copy) OSKActivityCompletionHandler activityCompletionHandler;
|
|
@end
|