X-Git-Url: https://git.saurik.com/iphone-api.git/blobdiff_plain/2cd8f71baf5b8e3f2fc334a69a08a31948c2bd7c..5e6f78ac49ff09001208afd5a12d5144c84ccf3a:/UIKit/NSIndexPath-UITableView.h diff --git a/UIKit/NSIndexPath-UITableView.h b/UIKit/NSIndexPath-UITableView.h index 7814bee..fc6cdb6 100644 --- a/UIKit/NSIndexPath-UITableView.h +++ b/UIKit/NSIndexPath-UITableView.h @@ -4,7 +4,7 @@ * class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2007 by Steve Nygard. */ -#import "NSIndexPath.h" +#import @interface NSIndexPath (UITableView) + (id)indexPathForRow:(unsigned int)fp8 inSection:(unsigned int)fp12;