Skip to content

Commit

Permalink
Better framework support
Browse files Browse the repository at this point in the history
  • Loading branch information
paweldudek committed Jul 23, 2017
1 parent fa78064 commit ccc774a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion CarouselCollectionViewLayout.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -183,8 +183,8 @@
B27A9945B6C04DDA15B37511 /* Internal */ = {
isa = PBXGroup;
children = (
B27A96430E04235FEF987259 /* PBDCarouselCollectionViewLayoutHorizontalPropertiesCache.m */,
B27A9D603D06657B3AFAFEF8 /* PBDCarouselCollectionViewLayoutHorizontalPropertiesCache.h */,
B27A96430E04235FEF987259 /* PBDCarouselCollectionViewLayoutHorizontalPropertiesCache.m */,
B27A9E68A4FA40042C24F895 /* PBDCarouselCollectionViewLayoutPropertiesCache.h */,
);
path = Internal;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
* Copyright (c) 2016 Pawel Dudek. All rights reserved.
*/
#import <Foundation/Foundation.h>
#import <UIKit/UIKit.h>
#import "PBDCarouselCollectionViewLayoutPropertiesCache.h"

@class PBDCarouselCollectionViewLayout;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@


#import <Foundation/Foundation.h>
#import <UIKit/UIKit.h>

@interface PBDCarouselCollectionViewLayout : UICollectionViewLayout

Expand Down

0 comments on commit ccc774a

Please sign in to comment.