acl/lib_protocol/protocol/protocol.h

14 lines
204 B
C
Raw Normal View History

//
2018-12-12 11:16:12 +08:00
// protocol.h
// protocol
//
// Created by zsx on 17/3/8.
// Copyright © 2017年 zsx. All rights reserved.
2018-12-12 11:16:12 +08:00
//
#import <Foundation/Foundation.h>
@interface protocol : NSObject
@end