mirror of
https://github.com/wu736139669/jingdongkaipule.git
synced 2026-08-05 05:55:19 +00:00
18 lines
269 B
Objective-C
18 lines
269 B
Objective-C
//
|
|
// KPWebViewController+hook.h
|
|
// TestKeplerDemo
|
|
//
|
|
// Created by xmfish on 17/1/5.
|
|
// Copyright © 2017年 jd. All rights reserved.
|
|
//
|
|
|
|
#import <UIKit/UIKit.h>
|
|
@interface KPWebViewController : UIViewController
|
|
|
|
@end
|
|
|
|
|
|
@interface KPWebViewController (hook)
|
|
|
|
@end
|