@interface FileContainerElement : NSObject @property (nonatomic) NSString *elementName; @property (nonatomic) unsigned elementIndex; @end