--------------------------------
-- @module EaseExponentialIn
-- @extend ActionEase

--------------------------------
-- @function [parent=#EaseExponentialIn] create 
-- @param self
-- @param #cc.ActionInterval actioninterval
-- @return EaseExponentialIn#EaseExponentialIn ret (return value: cc.EaseExponentialIn)
        
--------------------------------
-- @function [parent=#EaseExponentialIn] clone 
-- @param self
-- @return EaseExponentialIn#EaseExponentialIn ret (return value: cc.EaseExponentialIn)
        
--------------------------------
-- @function [parent=#EaseExponentialIn] update 
-- @param self
-- @param #float float
        
--------------------------------
-- @function [parent=#EaseExponentialIn] reverse 
-- @param self
-- @return ActionEase#ActionEase ret (return value: cc.ActionEase)
        
return nil