Archived
1
This repository has been archived on 2022-08-08. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
mathpad/MathKit/MPWhiteView.h
Kim Wittenburg 7438fd1f95 Added Lots of Documentation
Added some nice to haves
Improved and Unified General Code Layout
2015-01-04 02:54:27 +01:00

27 lines
388 B
Objective-C

//
// MPWhiteView.h
// MathPad
//
// Created by Kim Wittenburg on 28.09.14.
// Copyright (c) 2014 Kim Wittenburg. All rights reserved.
//
/*!
@header
This file contains the <code>MPWhiteView</code> class.
*/
@class MPWhiteView;
/*!
@class MPWhiteView
@abstract A <code>NSView</code> that draws a white square in its frame.
*/
@interface MPWhiteView : NSView
@end