aka RedditBar, Mac OS X menu bar reddit client
您最多选择25个主题
主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符
12345678910111213 |
- //
- // AppDelegate.h
- // BaconBarHelper
- //
- // Created by Thomas Buck on 28.12.13.
- // Copyright (c) 2013 xythobuz. All rights reserved.
- //
-
- #import <Cocoa/Cocoa.h>
-
- @interface AppDelegate : NSObject <NSApplicationDelegate>
-
- @end
|