//// NALLabelsMatrix.h//// Created by neeks on 04/02/14.// Copyright (c) 2014 neeks. All rights reserved.//#import <UIKit/UIKit.h>@interfaceNALLabelsMatrix:UIView@property(assign,nonatomic)BOOLm_bIsEditable;-(id)initWithFrame:(CGRect)frameandColumnsWidths:(NSArray*)columnsNS_DESIGNATED_INITIALIZER;-(NSUInteger)rowsCount;-(void)addRecord:(NSArray*)record;-(void)removeRecordAtRow:(NSUInteger)uiRow;@end