15 lines
198 B
Objective-C
Executable File
15 lines
198 B
Objective-C
Executable File
//
|
|
// WKWebView+Post.h
|
|
// TLChat
|
|
//
|
|
// Created by 李伯坤 on 17/9/10.
|
|
// Copyright © 2017年 李伯坤. All rights reserved.
|
|
//
|
|
|
|
#import <WebKit/WebKit.h>
|
|
|
|
@interface WKWebView (Post)
|
|
|
|
@end
|
|
|