MeVisLabToolboxReference
MeVis/Foundation/Sources/OSXSupport/CocoaCategories/NSArray+MLAdditions.h
Go to the documentation of this file.
00001 // **InsertLicense** code author="Felix Ritter" version="1.0"
00002 
00006 
00007 #ifndef __NSArray_plus_MLAdditions_H
00008 #define __NSArray_plus_MLAdditions_H
00009 #if defined(__APPLE__)
00010 
00011 #import <Foundation/Foundation.h>
00012 
00013 @interface NSArray (MLAdditions)
00014 
00015 + (NSArray *)arrayWithCopyCount:(NSUInteger)count ofObject:(id)anObject;
00016 - (NSUInteger)countOfConsecutiveObjectsCommonWithArray:(NSArray *)otherArray;
00017 
00018 @end
00019 
00020 #endif  // __APPLE__
00021 #endif  // __NSArray_plus_MLAdditions_H