// // StateModel.m // RedditBar // // Created by Thomas Buck on 30.11.13. // Copyright (c) 2013 xythobuz. All rights reserved. // #import "StateModel.h" @implementation StateModel @synthesize username, modhash, useSubscriptions, subreddits; @end