Back to project page YahooWeather.
The source code is released under:
GNU General Public License
If you think the Android project YahooWeather listed in this page is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.
/* * ????:http://www.ShareSDK.cn//from ww w. j av a 2 s . c om * ?????QQ: 4006852216 * ????:ShareSDK ??????????????????????????????????????????????????????????????????????????????24?????????? * * Copyright (c) 2013? ShareSDK.cn. All rights reserved. */ package cn.sharesdk.onekeyshare; import android.graphics.Bitmap; import android.view.View.OnClickListener; /** ???????????? */ public class CustomerLogo { public String label; public Bitmap logo; public OnClickListener listener; }