1 //SBCenteringClipView.h
2 //Created by Brock Brandenberg
3 //Who is much cooler than we are.  Maybe.
4 
5 
6 #import <AppKit/AppKit.h>
7 
8 @interface SBCenteringClipView : NSClipView
9 {
10 }
11 
12 -(void)centerDocument;
13 
14 @end
15 
16