Guest User

Untitled

a guest
Jul 11th, 2014
258
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.19 KB | None | 0 0
  1. #ifndef PYTHONSYNTAXHIGHLIGHTER_H
  2. #define PYTHONSYNTAXHIGHLIGHTER_H
  3.  
  4. class PythonSyntaxHighlighter
  5. {
  6. public:
  7. PythonSyntaxHighlighter();
  8. };
  9.  
  10. #endif // PYTHONSYNTAXHIGHLIGHTER_H
Advertisement
Add Comment
Please, Sign In to add comment