Files
Tanner Bennett af87ea14e0 Update copyright
2020-10-20 18:18:47 -05:00

19 lines
352 B
Objective-C

//
// FLEXWebViewController.m
// Flipboard
//
// Created by Ryan Olson on 6/10/14.
// Copyright (c) 2020 FLEX Team. All rights reserved.
//
#import <UIKit/UIKit.h>
@interface FLEXWebViewController : UIViewController
- (id)initWithURL:(NSURL *)url;
- (id)initWithText:(NSString *)text;
+ (BOOL)supportsPathExtension:(NSString *)extension;
@end