Back to project page FoursquareWear.
The source code is released under:
GNU General Public License
If you think the Android project FoursquareWear listed in this page is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.
package com.nlefler.nlfoursquare.Model.Venue; /*from ww w .ja v a 2 s.co m*/ import com.nlefler.nlfoursquare.Model.User.NLFoursquareUser; /** * Created by Nathan Lefler on 5/25/14. */ public class NLFoursquareVenueMayor { public NLFoursquareUser user; public int count; }