mirror of
https://github.com/wu736139669/Ash_AWord.git
synced 2026-08-05 05:55:19 +00:00
17 lines
356 B
Objective-C
17 lines
356 B
Objective-C
//
|
|
// SVWebViewController.h
|
|
//
|
|
// Created by Sam Vermette on 08.11.10.
|
|
// Copyright 2010 Sam Vermette. All rights reserved.
|
|
//
|
|
// https://github.com/samvermette/SVWebViewController
|
|
|
|
#import "SVModalWebViewController.h"
|
|
|
|
@interface SVWebViewController : UIViewController
|
|
|
|
- (id)initWithAddress:(NSString*)urlString;
|
|
- (id)initWithURL:(NSURL*)URL;
|
|
|
|
@end
|