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