diff --git a/LGAlertView/LGAlertView.h b/LGAlertView/LGAlertView.h index df0aa76..652aeaf 100644 --- a/LGAlertView/LGAlertView.h +++ b/LGAlertView/LGAlertView.h @@ -28,8 +28,8 @@ // #import -#import -#import +#import "LGAlertViewButtonProperties.h" +#import "LGAlertViewShared.h" @class LGAlertView; @protocol LGAlertViewDelegate; diff --git a/LGAlertView/LGAlertViewButtonProperties.h b/LGAlertView/LGAlertViewButtonProperties.h index 7c5fb73..9f409d5 100644 --- a/LGAlertView/LGAlertViewButtonProperties.h +++ b/LGAlertView/LGAlertViewButtonProperties.h @@ -28,7 +28,7 @@ // #import -#import +#import "LGAlertViewShared.h" @interface LGAlertViewButtonProperties : NSObject