mirror of
https://github.com/samuelclay/NewsBlur.git
synced 2025-08-31 21:41:33 +00:00
16 lines
229 B
C
16 lines
229 B
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
|