pcsxr/macosx/Source/MemBadgeView.h
SND\MaddTheSane_cp 58cbcb2796 OS X: Have custom views use IB_DESIGNABLE.
Minor comment change.

git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@93285 e17a0e51-4ae3-4d35-97c3-1a29b211df97
2015-01-27 18:54:11 +00:00

16 lines
216 B
Objective-C

//
// MemBadgeView.h
// Pcsxr
//
// Created by C.W. Betts on 7/6/13.
//
//
#import <Cocoa/Cocoa.h>
//TODO: also include the memory count in the view as well.
IB_DESIGNABLE
@interface MemBadgeView : NSView
@end