// // PBSourceViewCell.h // GitX // // Created by Nathan Kinsinger on 1/7/10. // Copyright 2010 Nathan Kinsinger. All rights reserved. // #import #import "PBIconAndTextCell.h" @interface PBSourceViewCell : PBIconAndTextCell { BOOL isCheckedOut; } @property (assign) BOOL isCheckedOut; @end