Guest User

Untitled

a guest
May 23rd, 2018
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.13 KB | None | 0 0
  1. #ifndef _FOOBAR_HPP_
  2. # define _FOOBAR_HPP_
  3.  
  4. class FooBar
  5. {
  6. public:
  7. FooBar();
  8. ~FooBar();
  9. };
  10. #endif
Add Comment
Please, Sign In to add comment