#include "./Component.h"
#include "./Bridge.h"

short Component::onRegisterMethods(Bridge *bridge)
{
    return E_OK;
}