-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathSBActivationInfoViewController.h
More file actions
38 lines (32 loc) · 993 Bytes
/
SBActivationInfoViewController.h
File metadata and controls
38 lines (32 loc) · 993 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
27
28
29
30
31
32
33
34
35
36
37
//
// Generated by class-dump 3.5 (64 bit).
//
// class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2015 by Steve Nygard.
//
#import <UIKit/UIViewController.h>
@class NSString, UIButton, UITextView, UIView;
@interface SBActivationInfoViewController : UIViewController
{
NSString *_meid;
NSString *_imei;
NSString *_iccid;
NSString *_csn;
_Bool _isOnBootstrap;
double _alertHeight;
UIView *_containerView;
UITextView *_textView;
UIButton *_regulatoryInfoButton;
}
@property(readonly, nonatomic) UIButton *regulatoryInfoButton; // @synthesize regulatoryInfoButton=_regulatoryInfoButton;
- (void).cxx_destruct;
- (id)_formattedString:(id)arg1 withSpaceAfterDigits:(unsigned long long)arg2;
- (id)_formattedCSN;
- (id)_formattedIMEI;
- (id)_formattedICCID;
- (void)_simStatusChanged:(id)arg1;
- (void)viewWillAppear:(_Bool)arg1;
- (void)loadView;
- (void)_updateTextView;
- (void)dealloc;
- (id)initWithNibName:(id)arg1 bundle:(id)arg2;
@end