File: NSArray%2BCustom.h

package info (click to toggle)
zipper.app 1.5-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 644 kB
  • sloc: objc: 3,829; makefile: 11
file content (7 lines) | stat: -rw-r--r-- 109 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
#import <Foundation/NSArray.h>

@interface NSArray (Custom)

- (NSArray *)arrayByRemovingEmptyStrings;

@end