mirror of
https://github.com/samuelclay/NewsBlur.git
synced 2025-08-31 21:41:33 +00:00
13 lines
257 B
Objective-C
13 lines
257 B
Objective-C
//
|
|
// OSKPocketAccountViewController.h
|
|
// Overshare
|
|
//
|
|
// Created by Jared Sinclair 10/30/13.
|
|
// Copyright (c) 2013 Overshare Kit. All rights reserved.
|
|
//
|
|
|
|
#import <UIKit/UIKit.h>
|
|
|
|
@interface OSKPocketAccountViewController : UITableViewController
|
|
|
|
@end
|