Skip to content

Commit

Permalink
fix: building
Browse files Browse the repository at this point in the history
  • Loading branch information
vlourme committed Apr 21, 2024
1 parent 5aff93f commit 0c72276
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 5 deletions.
2 changes: 1 addition & 1 deletion src/Features/Feed/HideFeedPost.x
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
// Hide feed post (keep the first elements: stories bar)
%hook IGMainFeedListAdapterDataSource
- (NSArray *)objectsForListAdapter:(id)arg1 {
if ([BHIManager removeFeedPost]) {
if ([SCIManager removeFeedPost]) {
NSMutableArray *objects = [%orig mutableCopy];

if (objects.count > 1) {
Expand Down
3 changes: 0 additions & 3 deletions src/InstagramHeaders.h
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,6 @@
@interface IGTabBar: UIView
@end

@interface IGTabBar: UIView
@end

@interface IGTableViewCell: UITableViewCell
- (id)initWithReuseIdentifier:(NSString *)identifier;
@end
Expand Down
1 change: 0 additions & 1 deletion src/Manager.h
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@
+ (BOOL)removeSuggestedReels;
+ (BOOL)removeSuggestedThreads;
+ (BOOL)removeFeedPost;
+ (BOOL)showLikeCount;
+ (BOOL)postLikeConfirmation;
+ (BOOL)reelsLikeConfirmation;
+ (BOOL)followConfirmation;
Expand Down

0 comments on commit 0c72276

Please sign in to comment.