luxlabs header browser preview


@class NSCache;

@interface _MFTableCellAttributesCache : NSObject {
    NSCache *_attributesCache;
}

+ (id)sharedInstance;

- (id)init;
- (void)dealloc;
- (void).cxx_destruct;
- (void)_didReceiveFontSizeChangeNotification:(id)a0;
- (id)cachedAttributesForIdentifier:(id)a0 constructionBlock:(id /* block */)a1;

@end