-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Expand file tree
/
Copy path__NSSingleObjectArrayI.h
More file actions
26 lines (22 loc) · 1007 Bytes
/
__NSSingleObjectArrayI.h
File metadata and controls
26 lines (22 loc) · 1007 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
/* Generated by RuntimeBrowser
Image: /System/Library/Frameworks/CoreFoundation.framework/CoreFoundation
*/
@interface __NSSingleObjectArrayI : NSArray {
id _object;
}
+ (id)__new:(id)arg1 :(bool)arg2;
+ (id)allocWithZone:(struct _NSZone { }*)arg1;
+ (bool)automaticallyNotifiesObserversForKey:(id)arg1;
- (id)copyWithZone:(struct _NSZone { }*)arg1;
- (unsigned long long)count;
- (unsigned long long)countByEnumeratingWithState:(struct { unsigned long long x1; id *x2; unsigned long long x3; unsigned long long x4[5]; }*)arg1 objects:(id*)arg2 count:(unsigned long long)arg3;
- (void)dealloc;
- (void)enumerateObjectsWithOptions:(unsigned long long)arg1 usingBlock:(id /* block */)arg2;
- (id)firstObject;
- (void)getObjects:(id*)arg1 range:(struct _NSRange { unsigned long long x1; unsigned long long x2; })arg2;
- (bool)isEqualToArray:(id)arg1;
- (id)lastObject;
- (id)mutableCopyWithZone:(struct _NSZone { }*)arg1;
- (id)objectAtIndex:(unsigned long long)arg1;
- (id)objectEnumerator;
@end