addNamespace("ccboss.weblove.webim");
ccboss.weblove.webim.sincereTree_class = Class.create();
ccboss.weblove.webim.sincereTree_class.prototype = (new AjaxPro.Request()).extend({
	addSincere: function(Sincere, callback) {
		return this.invoke("addSincere", {"Sincere":Sincere}, callback);
	},
	getWish: function(callback) {
		return this.invoke("getWish", {}, callback);
	},
	initialize: function() {
		this.url = "/ajaxpro/ccboss.weblove.webim.sincereTree,weblove.ashx";
	}
})
ccboss.weblove.webim.sincereTree = new ccboss.weblove.webim.sincereTree_class();

