15 lines
217 B
C
15 lines
217 B
C
//
|
|
// communicate.h
|
|
// ZE-Standard-Libraries
|
|
//
|
|
// Created by 胡一兵 on 2018/7/25.
|
|
// Copyright © 2018年 ZE. All rights reserved.
|
|
//
|
|
|
|
#ifndef communicate_h
|
|
#define communicate_h
|
|
|
|
|
|
|
|
#endif /* communicate_h */
|