]> git.saurik.com Git - apple/system_cmds.git/blob - CPPUtil/UtilBase.hpp
system_cmds-643.30.1.tar.gz
[apple/system_cmds.git] / CPPUtil / UtilBase.hpp
1 //
2 // UtilBase.hpp
3 // CPPUtil
4 //
5 // Created by James McIlree on 4/7/13.
6 // Copyright (c) 2013 Apple. All rights reserved.
7 //
8
9 #ifndef CPPUtil_UtilBase_hpp
10 #define CPPUtil_UtilBase_hpp
11
12 #define BEGIN_UTIL_NAMESPACE namespace util {
13 #define END_UTIL_NAMESPACE }
14
15 #endif