WhiteGlobalState.h 185 B

123456789101112
  1. //
  2. // GlobalState.h
  3. // WhiteSDK
  4. //
  5. // Created by leavesster on 2018/8/14.
  6. //
  7. #import "WhiteObject.h"
  8. /** 白板的全局状态。 */
  9. @interface WhiteGlobalState : WhiteObject
  10. @end