1234567891011121314151617181920 |
- //
- // OLglobal.h
- // OpenLive
- //
- // Created by jcymac on 2017/11/6.
- // Copyright © 2017年 Agora. All rights reserved.
- //
- #ifndef OLglobal_h
- #define OLglobal_h
- //
- //#ifdef DEBUG
- //#define NSLog(...) NSLog(__VA_ARGS__)
- //#else
- //#define NSLog(...)
- //#endif
- #endif /* OLglobal_h */
|