This commit is contained in:
Adlai Holler 2015-11-30 23:24:57 -08:00
parent 1f8df4ffec
commit ec682db8d7

View File

@ -21,7 +21,7 @@
// FIXME: Temporary nonsense import until method names are finalized and exposed
#import "ASDisplayNode+Subclasses.h"
static NSString * const reuseIdentifier = @"_ASCollectionViewCell";
static NSString * const reuseIdentifier = @"_ASTableViewCell";
//#define LOG(...) NSLog(__VA_ARGS__)
#define LOG(...)