mirror of
https://gitee.com/acl-dev/acl.git
synced 2024-12-02 03:47:53 +08:00
9697f95b8f
This reverts commit 15d999759e
.
14 lines
201 B
Objective-C
14 lines
201 B
Objective-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
|