mirror of
https://github.com/samuelclay/NewsBlur.git
synced 2025-08-31 21:41:33 +00:00
14 lines
203 B
C
14 lines
203 B
C
![]() |
//
|
||
|
// EmptyExplainer.h
|
||
|
// NewsBlur
|
||
|
//
|
||
|
// Created by Samuel Clay on 3/28/13.
|
||
|
// Copyright (c) 2013 NewsBlur. All rights reserved.
|
||
|
//
|
||
|
|
||
|
#import <UIKit/UIKit.h>
|
||
|
|
||
|
@interface EmptyExplainer : UIView
|
||
|
|
||
|
@end
|