mirror of
https://github.com/wnagrodzki/CocoaProgrammingGuidelines.git
synced 2025-05-06 19:11:47 +02:00
Minor update
This commit is contained in:
parent
144376d4e7
commit
7cf2f5a4a9
2 changed files with 2 additions and 0 deletions
Binary file not shown.
|
@ -291,6 +291,8 @@ UIKIT_EXTERN NSString *const UITableViewIndexSearch;
|
||||||
|
|
||||||
UIKIT_EXTERN const CGFloat UITableViewAutomaticDimension;
|
UIKIT_EXTERN const CGFloat UITableViewAutomaticDimension;
|
||||||
|
|
||||||
|
UIKIT_EXTERN NSString *const UITableViewSelectionDidChangeNotification;
|
||||||
|
|
||||||
@protocol UITableViewDelegate<NSObject, UIScrollViewDelegate>
|
@protocol UITableViewDelegate<NSObject, UIScrollViewDelegate>
|
||||||
...
|
...
|
||||||
\end{codelisting}
|
\end{codelisting}
|
||||||
|
|
Loading…
Add table
Reference in a new issue