// // MainView.h // OtaClock // // Created by Thomas Buck on 16.08.15. // Copyright (c) 2015 xythobuz. All rights reserved. // #import @interface MainView : NSView @property (strong) NSImage *otaconImage; @end