mirror of
https://github.com/samuelclay/NewsBlur.git
synced 2025-08-31 21:41:33 +00:00
15 lines
229 B
Objective-C
15 lines
229 B
Objective-C
//
|
|
// Controller.h
|
|
// Reader Helper
|
|
//
|
|
// Created by Geoff Hulette on 7/28/08.
|
|
// Copyright 2008 Collidescope. All rights reserved.
|
|
//
|
|
|
|
#import <Cocoa/Cocoa.h>
|
|
#import "NewsBlur.h"
|
|
|
|
@interface Controller : NSObject {
|
|
}
|
|
|
|
@end
|