mirror of
https://gitee.com/acl-dev/acl.git
synced 2024-12-13 16:35:35 +08:00
14 lines
188 B
C
14 lines
188 B
C
|
//
|
||
|
// acl_cpp.h
|
||
|
// acl_cpp
|
||
|
//
|
||
|
// Created by zsx on 17/3/8.
|
||
|
// Copyright © 2017年 zsx. All rights reserved.
|
||
|
//
|
||
|
|
||
|
#import <Foundation/Foundation.h>
|
||
|
|
||
|
@interface acl_cpp : NSObject
|
||
|
|
||
|
@end
|