Library
ISODocumentListDataSourceDelegate.h
1 //
2 // ISODocumentListDataSourceDelegate.h
3 // SOSign
4 //
5 // Created by Florian Student on 6/27/13.
6 // Copyright (c) 2013 Florian Student. All rights reserved.
7 //
8 
9 #import <Foundation/Foundation.h>
10 
12 
14 
15 - (void)datasourceWillChangeContent:(ISODocumentListDataSource *)datasource;
16 - (void)datasource:(ISODocumentListDataSource *)datasource didChangeObject:(id)anObject atIndexPath:(NSIndexPath *)indexPath forChangeType:(NSFetchedResultsChangeType)type newIndexPath:(NSIndexPath *)newIndexPath;
17 - (void)datasource:(ISODocumentListDataSource *)datasource didChangeSection:(id )sectionInfo atIndex:(NSUInteger)sectionIndex forChangeType:(NSFetchedResultsChangeType)type;
18 - (void)datasourceDidChangeContent:(ISODocumentListDataSource *)datasource;
19 
20 
21 @end
Definition: ISODocumentListDataSource.h:13
Definition: ISODocumentListDataSourceDelegate.h:13