Native Mac OS X OtaClock replica
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
1234567891011121314151617 |
- //
- // MainView.h
- // OtaClock
- //
- // Created by Thomas Buck on 16.08.15.
- // Copyright (c) 2015 xythobuz. All rights reserved.
- //
-
- #import <Cocoa/Cocoa.h>
-
- #import "Render.h"
-
- @interface MainView : NSView
-
- @property (strong) Render *render;
-
- @end
|