mirror of
https://github.com/samuelclay/NewsBlur.git
synced 2025-08-19 12:58:29 +00:00
13 lines
221 B
Objective-C
13 lines
221 B
Objective-C
//
|
|
// StoriesCollection.h
|
|
// NewsBlur
|
|
//
|
|
// Created by Samuel Clay on 2/12/14.
|
|
// Copyright (c) 2014 NewsBlur. All rights reserved.
|
|
//
|
|
|
|
#import <Foundation/Foundation.h>
|
|
|
|
@interface StoriesCollection : NSObject
|
|
|
|
@end
|