From d8d5ed0df38f9b558a031bfed7b0ad5a3ff6d588 Mon Sep 17 00:00:00 2001
From: Wuyx <1139965056@qq.com>
Date: Thu, 22 Dec 2016 12:11:36 +0800
Subject: [PATCH] 修改头文件注释

---
 iOS/lua/1.0.0/WACcLua/include/WALuaCoreProxy.h |    3 ---
 1 files changed, 0 insertions(+), 3 deletions(-)

diff --git a/iOS/lua/1.0.0/WACcLua/include/WALuaCoreProxy.h b/iOS/lua/1.0.0/WACcLua/include/WALuaCoreProxy.h
index 465580b..007f264 100644
--- a/iOS/lua/1.0.0/WACcLua/include/WALuaCoreProxy.h
+++ b/iOS/lua/1.0.0/WACcLua/include/WALuaCoreProxy.h
@@ -31,7 +31,6 @@
 +(NSString*)getUserId;
 /*!
  @abstract 设置serverId
- @param serverId
  */
 +(void)setServerId:(NSDictionary*)dict;
 /*!
@@ -41,7 +40,6 @@
 +(NSString*)getServerId;
 /*!
  @abstract 设置level
- @param level
  */
 +(void)setLevel:(NSDictionary*)dict;
 /*!
@@ -50,7 +48,6 @@
 +(NSNumber*)getLevel;
 /*!
  @abstract 设置gameUserId
- @param gameUserId
  */
 +(void)setGameUserId:(NSDictionary*)dict;
 /*!

--
Gitblit v1.8.0