aka RedditBar, Mac OS X menu bar reddit client
Você não pode selecionar mais de 25 tópicos Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.

StateModel.m 254B

123456789101112131415
  1. //
  2. // StateModel.m
  3. // RedditBar
  4. //
  5. // Created by Thomas Buck on 30.11.13.
  6. // Copyright (c) 2013 xythobuz. All rights reserved.
  7. //
  8. #import "StateModel.h"
  9. @implementation StateModel
  10. @synthesize username, modhash, useSubscriptions, subreddits;
  11. @end