Advertisement
tinyevil

Untitled

Jun 21st, 2018
176
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.14 KB | None | 0 0
  1. class HTMLDocument{
  2. static HTMLDocument FromFilePath(std::string path){
  3. }
  4.  
  5. static HTMLDocument FromSourceString(std::string path){
  6. }
  7. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement