Classes/ElementsSortedByAtomicNumberDataSource.h

/*
Copyright (C) 2015 Apple Inc. All Rights Reserved.
See LICENSE.txt for this sample’s licensing information
 
Abstract:
Provides the table view data for the elements sorted by atomic number.
*/
 
@import UIKit;
 
#import "ElementsDataSourceProtocol.h"
 
@interface ElementsSortedByAtomicNumberDataSource : NSObject <UITableViewDataSource,ElementsDataSource> {
}
 
@end