mirror of
https://github.com/samuelclay/NewsBlur.git
synced 2025-08-05 16:58:59 +00:00
13 lines
220 B
Objective-C
Executable file
13 lines
220 B
Objective-C
Executable file
//
|
|
// PocketAPIActivity.h
|
|
// ThinkSocial
|
|
//
|
|
// Created by David Beck on 12/1/12.
|
|
// Copyright (c) 2012 ThinkUltimate. All rights reserved.
|
|
//
|
|
|
|
#import <UIKit/UIKit.h>
|
|
|
|
@interface PocketAPIActivity : UIActivity
|
|
|
|
@end
|