#include "../customized_resource_wrap_core.h"

ZCustomizedResourceWrap::ZCustomizedResourceWrap(){
    
}

ZCustomizedResourceWrap::~ZCustomizedResourceWrap(){
    
}

void ZCustomizedResourceWrap::Init(){
    
}

void ZCustomizedResourceWrap::Uninit(){
    
}

ZNSDKError ZCustomizedResourceWrap::AddCustomizedURLResource(ZNSDKCustomizedURLType customizedType,ZoomSTRING strCustomizedURL){
    return ZNSDKERR_NO_IMPL;
}
ZNSDKError ZCustomizedResourceWrap::AddCustomizedStringResource(ZNSDKCustomizedStringType customizedType, std::string strCustomizedString){
    
    return ZNSDKERR_NO_IMPL;
}

ZNSDKError ZCustomizedResourceWrap::AddCustomizedPictureResource(ZoomSTRING strPNGID, ZoomSTRING strPNGPath){
    
    return ZNSDKERR_NO_IMPL;
}
