Skip to content

Commit

Permalink
feat: update insta headers
Browse files Browse the repository at this point in the history
  • Loading branch information
SoCuul committed Sep 23, 2024
1 parent 727d2d9 commit 838a1bf
Showing 1 changed file with 4 additions and 14 deletions.
18 changes: 4 additions & 14 deletions src/InstagramHeaders.h
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,7 @@

@interface IGFeedItemPagePhotoCell : UICollectionViewCell
@property (nonatomic, strong) id post;
@property (nonatomic, strong) IGPostItem *pagePhotoPost;
@end

@interface IGProfilePicturePreviewViewController : UIViewController
Expand All @@ -111,6 +112,9 @@
@interface IGFeedItemPhotoCell : IGFeedItemMediaCell
@end

@interface IGFeedItemPhotoCellConfiguration : NSObject
@end

@interface IGFeedPhotoView : UIView
@property (nonatomic, strong) id delegate;
@property (nonatomic, strong) JGProgressHUD *hud;
Expand Down Expand Up @@ -327,20 +331,6 @@
@end


<<<<<<< HEAD
=======
@interface IGFeedItemPhotoCell : UICollectionViewCell
@end

@interface IGFeedItemPhotoCellConfiguration : NSObject
@end

@interface IGFeedItemPagePhotoCell : UICollectionViewCell
@property (nonatomic, strong) IGPostItem *pagePhotoPost;
@end
>>>>>>> 991cee9 (refactor: update insta headers)



/////////////////////////////////////////////////////////////////////////////

Expand Down

0 comments on commit 838a1bf

Please sign in to comment.