-
Notifications
You must be signed in to change notification settings - Fork 222
/
InstagramHeaders.h
269 lines (220 loc) · 7.35 KB
/
InstagramHeaders.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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
#import <Foundation/Foundation.h>
#import <UIKit/UIKit.h>
#import "BHIManager.h"
#import "SettingsViewController.h"
#import "SecurityViewController.h"
#import "BHDownload.h"
#import "JGProgressHUD/JGProgressHUD.h"
@interface IGViewController: UIViewController
- (void)_superPresentViewController:(UIViewController *)viewController animated:(BOOL)animated completion:(id)completion;
@end
@interface IGProfileMenuSheetViewController: IGViewController
@end
@interface IGTableViewCell: UITableViewCell
- (id)initWithReuseIdentifier:(NSString *)identifier;
@end
@interface IGProfileSheetTableViewCell: IGTableViewCell
@end
@interface IGTallNavigationBarView: UIView
@end
@interface UIView (RCTViewUnmounting)
@property(retain, nonatomic) UIViewController *viewController;
- (UIView *)_rootView;
@end
@interface IGImageSpecifier : NSObject
@property(readonly, nonatomic) NSURL *url;
@end
@interface IGVideo : NSObject
@property(readonly, nonatomic) NSSet *allVideoURLs;
@end
@interface IGMedia : NSObject
@property(readonly) IGVideo *video;
@property long long likeCount;
@end
@interface IGPhoto: NSObject
@end
@interface IGPostItem: NSObject
@property(readonly) IGVideo *video;
@property(readonly) IGPhoto *photo;
@end
@interface IGPageMediaView: UIView
@property(readonly) NSMutableArray <IGPostItem *> *items;
- (IGPostItem *)currentMediaItem;
@end
@interface IGFeedItem : NSObject
@property long long likeCount;
@property(readonly) IGVideo *video;
- (BOOL)isSponsored;
- (BOOL)isSponsoredApp;
@end
@interface IGImageView : UIImageView
@property(retain, nonatomic) IGImageSpecifier *imageSpecifier;
@end
@interface IGFeedItemPagePhotoCell: UICollectionViewCell
@property (nonatomic, strong) id post;
@end
@interface IGProfilePicturePreviewViewController: UIViewController
{
IGImageView *_profilePictureView;
}
@property (nonatomic, strong) JGProgressHUD *hud;
- (void)addHandleLongPress; // new
- (void)handleLongPress:(UILongPressGestureRecognizer *)sender; // new
@end
@interface IGProfilePicturePreviewViewController () <BHDownloadDelegate>
@end
@interface IGFeedItemMediaCell : UICollectionViewCell
@property(retain, nonatomic) IGMedia *post;
- (UIImage *)mediaCellCurrentlyDisplayedImage;
@end
@interface IGFeedItemPhotoCell: IGFeedItemMediaCell
@end
@interface IGFeedPhotoView: UIView
@property (nonatomic, strong) id delegate;
@property (nonatomic, strong) JGProgressHUD *hud;
@end
@interface IGFeedPhotoView () <BHDownloadDelegate>
@end
@interface IGSundialViewerVideoCell: UIView
- (void)addHandleLongPress; // new
- (void)handleLongPress:(UILongPressGestureRecognizer *)sender; // new
@property (nonatomic, strong) JGProgressHUD *hud;
@property(readonly, nonatomic) IGMedia *video;
@end
@interface IGSundialViewerVideoCell () <BHDownloadDelegate>
@end
@interface IGModernFeedVideoCell : IGFeedItemMediaCell
- (void)addHandleLongPress; // new
- (void)handleLongPress:(UILongPressGestureRecognizer *)sender; // new
@property (nonatomic, strong) JGProgressHUD *hud;
@property (nonatomic, strong) id delegate;
@end
@interface IGModernFeedVideoCell () <BHDownloadDelegate>
@end
@interface IGVideoPlayer : NSObject {
IGVideo *_video;
}
@end
/**
* For download story photo/video
*/
@protocol IGStoryPlayerMediaViewType
@end
@interface IGImageProgressView : UIView
@property(retain, nonatomic) IGImageSpecifier *imageSpecifier;
@end
@interface IGStoryPhotoView : UIView<IGStoryPlayerMediaViewType>
@property(retain, nonatomic) IGImageSpecifier *mediaViewLastLoadedImageSpecifier;
@property(readonly, nonatomic) IGImageProgressView *photoView;
@end
@interface IGStoryVideoView : UIView<IGStoryPlayerMediaViewType>
@property(retain, nonatomic) IGVideoPlayer *videoPlayer;
@end
@interface IGStoryFullscreenDefaultFooterView: UIView
@end
@interface IGStoryFullscreenFooterContainerView: UIView
@property(nonatomic) IGStoryFullscreenDefaultFooterView *defaultFooterView;
@end
@interface IGStoryFullscreenOverlayView: UIView
@property(retain, nonatomic) IGStoryFullscreenFooterContainerView *footerContainerView;
@end
@interface IGStoryFullscreenCell: UICollectionViewCell
@end
@interface IGStoryViewerViewController : UIViewController
{
id _focusStoryItemOnEntry;
}
- (id)_getMostVisibleSectionController;
- (void)fullscreenSectionController:(id)arg1 didMarkItemAsSeen:(id)arg2;
@property (nonatomic) UIView *contentViewForSnapshot;
@end
@interface IGStoryFullscreenSectionController: NSObject
@property (nonatomic) id delegate;
@end
@interface IGStoryViewerContainerView: UIView
@property(retain, nonatomic) UIView<IGStoryPlayerMediaViewType> *mediaView;
@property(nonatomic) IGStoryFullscreenOverlayView *overlayView;
@property (nonatomic, weak) id delegate;
@property(nonatomic, retain) UIButton *hDownloadButton; // new property
@property (nonatomic, strong) JGProgressHUD *hud;
@property (nonatomic, retain) NSString *fileextension;
- (void)hDownloadButtonPressed:(UIButton *)sender;
@end
@interface IGStoryViewerContainerView () <BHDownloadDelegate>
@end
/**
* For HD profile picture
*/
@interface IGUser : NSObject
@property NSInteger followStatus;
@property(copy) NSString *username;
@property BOOL followsCurrentUser;
@property NSString *biography;
- (NSURL *)HDProfilePicURL;
- (BOOL)isUser;
@end
@interface IGFollowController : NSObject
@property IGUser *user;
@end
@interface IGCoreTextView: UIView
@property(nonatomic, strong) NSString *text;
- (void)addHandleLongPress; // new
- (void)handleLongPress:(UILongPressGestureRecognizer *)sender; // new
@end
/**
* Determine If User Is Following You
*/
@interface IGProfileBioModel
@property(readonly, copy, nonatomic) IGUser *user;
@end
@interface IGProfileViewController : UIViewController {
IGProfileBioModel *_bioModel;
}
@end
@interface IGProfileSimpleAvatarStatsCell : UICollectionViewCell
@property(nonatomic, retain) UIView *isFollowingYouBadge; // new property
@property(nonatomic, retain) UILabel *isFollowingYouLabel; // new property
- (void)addIsFollowingYouBadgeView; // new
@end
@interface IGUserSession : NSObject
@property(readonly, nonatomic) IGUser *user;
@end
@interface IGWindow : UIWindow
@property(nonatomic) __weak IGUserSession *userSession;
@end
@interface IGShakeWindow : UIWindow
@property(nonatomic) __weak IGUserSession *userSession;
@end
@interface IGStyledString : NSObject
@property(retain, nonatomic) NSMutableAttributedString *attributedString;
- (void)appendString:(id)arg1;
@end
@interface IGInstagramAppDelegate : NSObject <UIApplicationDelegate>
@end
static BOOL is_iPad() {
if ([(NSString *)[UIDevice currentDevice].model hasPrefix:@"iPad"]) {
return YES;
}
return NO;
}
static UIViewController * _Nullable _topMostController(UIViewController * _Nonnull cont) {
UIViewController *topController = cont;
while (topController.presentedViewController) {
topController = topController.presentedViewController;
}
if ([topController isKindOfClass:[UINavigationController class]]) {
UIViewController *visible = ((UINavigationController *)topController).visibleViewController;
if (visible) {
topController = visible;
}
}
return (topController != cont ? topController : nil);
}
static UIViewController * _Nonnull topMostController() {
UIViewController *topController = [UIApplication sharedApplication].keyWindow.rootViewController;
UIViewController *next = nil;
while ((next = _topMostController(topController)) != nil) {
topController = next;
}
return topController;
}