- //
- // ZGScriptUtils.h
- // ZGKeywordOperation
- //
- // Created by zhuge on 19/6/14.
- // Copyright (c) 2014年 com.woodenperon. All rights reserved.
- //
- #import <Foundation/Foundation.h>
- @interface ZGScriptUtils : NSObject
- +(void) excuteScriptString:(NSString*)script;
- +(void) excuteScriptFile:(NSString*)scriptFileName withArgs:(NSArray*)args;
- @end
|