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