forked from peterhajas/SpringBoard-4.x-Headers
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNSMutableArray.h
35 lines (30 loc) · 1019 Bytes
/
NSMutableArray.h
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
27
28
29
30
31
32
33
34
/**
* This header is generated by class-dump-z 0.2a.
* class-dump-z is Copyright (C) 2009 by KennyTM~, licensed under GPLv3.
*
* Source: (null)
*/
#import <Foundation/NSMutableArray.h>
@interface NSMutableArray (SBArrayStackAdditions)
-(void)push:(id)push;
-(id)pop;
-(id)popObject:(id)object;
-(id)top;
@end
@interface NSMutableArray (PrefsNotifications)
-(void)addPrefNotification:(id)notification withUserInfo:(id)userInfo;
-(id)_callForwardingString:(id)string;
-(id)_callWaitingString:(id)string;
-(id)_callBarringString:(id)string;
-(id)_fixedDialingString:(id)string;
-(id)_connectedLinePresentationString:(id)string;
-(id)_callingLinePresentationString:(id)string;
-(id)_connectedLineIDRestrictionString:(id)string;
-(id)_callingLineIDRestrictionString:(id)string;
-(id)_simLockString:(id)string;
-(id)_serviceCenterAddressString:(id)string;
-(id)_ssPasswordString:(id)string;
-(id)_callingNamePresentationString:(id)string;
-(id)_alertStringForPref:(id)pref;
-(id)prefsNotificationsAlertString;
@end