Skip to content

Instantly share code, notes, and snippets.

View ohswift's full-sized avatar
🌴
On vacation

Mighty Me ohswift

🌴
On vacation
View GitHub Profile
@ohswift
ohswift / PBProbableWebDataDetective.mm
Created November 11, 2021 10:36
iOS 14剪切板的ProbableWebURL逻辑
//
// PBProbableWebDataDetective.m
// MyPasteboard
//
// Created by xxx on 2021/7/21.
//
#import "PBProbableWebDataDetective.h"
#import <CFNetwork/CFNetwork.h>
//#import <UIKit/UIKit.h>