mirror of
https://github.com/samuelclay/NewsBlur.git
synced 2025-08-05 16:58:59 +00:00
17 lines
318 B
C
17 lines
318 B
C
![]() |
//
|
||
|
// NBSafariViewController.h
|
||
|
// NewsBlur
|
||
|
//
|
||
|
// Created by David Sinclair on 2015-10-23.
|
||
|
// Copyright © 2015 NewsBlur. All rights reserved.
|
||
|
//
|
||
|
|
||
|
#import <SafariServices/SafariServices.h>
|
||
|
|
||
|
@interface NBSafariViewController : SFSafariViewController
|
||
|
|
||
|
@property (nonatomic, strong, readonly) UIView *edgeView;
|
||
|
|
||
|
@end
|
||
|
|