目录状态机机制定义订单状态定义状态机配置定义事件创建状态机处理状态机事件创建一个订单状态机确定状态和事件设计状态转移图实现状态机状态机机制
I have a project tree in Xcode that looks like this: AppProject depends on ObjcWrapper which in turn depends on PureCppLib. ObjcWrapper and PureCppLib are static library projects. Combined, all source