Skip to content

Commit

Permalink
fix: broken import paths (#89)
Browse files Browse the repository at this point in the history
  • Loading branch information
Friend-LGA authored Sep 6, 2024
1 parent 7655f4e commit f874c0d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions LGAlertView/LGAlertView.h
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@
//

#import <UIKit/UIKit.h>
#import <LGAlertView/LGAlertViewButtonProperties.h>
#import <LGAlertView/LGAlertViewShared.h>
#import "LGAlertViewButtonProperties.h"
#import "LGAlertViewShared.h"

@class LGAlertView;
@protocol LGAlertViewDelegate;
Expand Down
2 changes: 1 addition & 1 deletion LGAlertView/LGAlertViewButtonProperties.h
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
//

#import <UIKit/UIKit.h>
#import <LGAlertView/LGAlertViewShared.h>
#import "LGAlertViewShared.h"

@interface LGAlertViewButtonProperties : NSObject

Expand Down

0 comments on commit f874c0d

Please sign in to comment.