// // XSourceNoteCodeViewer.m // XSourceNote // // Created by everettjf on 16/3/10. // Copyright © 2016年 everettjf. All rights reserved. // #import "XSourceNoteCodeViewer.h" @implementation XSourceNoteCodeViewer - (void)drawRect:(NSRect)dirtyRect { [super drawRect:dirtyRect]; // Drawing code here. } @end