| 12345678910111213141516171819 |
- //
- // FDWebViewController.h
- // Project
- //
- // Created by bogokj on 2020/5/20.
- // Copyright © 2020 fandong. All rights reserved.
- //
- #import "FDViewController.h"
- NS_ASSUME_NONNULL_BEGIN
- @interface FDWebViewController : FDViewController
- - (instancetype)initWithURL:(NSURL *)url;
- @end
- NS_ASSUME_NONNULL_END
|