Skip to content
This repository was archived by the owner on Oct 18, 2022. It is now read-only.

Commit 7e92dc2

Browse files
author
Anna-Mariia Shkarlinska
committed
Update variable names in header
1 parent b3c3ce2 commit 7e92dc2

File tree

2 files changed

+6
-7
lines changed

2 files changed

+6
-7
lines changed

CarLensCollectionViewLayout/CarLensCollectionViewLayout.h

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,18 +2,17 @@
22
// CarLensCollectionViewLayout.h
33
// CarLensCollectionViewLayout
44
//
5-
// Created by Anna on 20/12/2018.
65
// Copyright © 2018 Netguru. All rights reserved.
76
//
87

98
#import <UIKit/UIKit.h>
109

11-
//! Project version number for CarlensCollectionViewLayout.
12-
FOUNDATION_EXPORT double CarlensCollectionViewLayoutVersionNumber;
10+
//! Project version number for CarLensCollectionViewLayout.
11+
FOUNDATION_EXPORT double CarLensCollectionViewLayoutVersionNumber;
1312

14-
//! Project version string for CarlensCollectionViewLayout.
15-
FOUNDATION_EXPORT const unsigned char CarlensCollectionViewLayoutVersionString[];
13+
//! Project version string for CarLensCollectionViewLayout.
14+
FOUNDATION_EXPORT const unsigned char CarLensCollectionViewLayoutVersionString[];
1615

17-
// In this header, you should import all the public headers of your framework using statements like #import <CarlensCollectionViewLayout/PublicHeader.h>
16+
// In this header, you should import all the public headers of your framework using statements like #import <CarLensCollectionViewLayout/PublicHeader.h>
1817

1918

CarLensCollectionViewLayout/CarLensCollectionViewLayoutOptions.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
// Copyright © 2019 Netguru. All rights reserved.
66
//
77

8-
import Foundation
8+
import UIKit
99

1010
/// The optional configuration of CarLensCollectionViewLayout. Use this if you need to customize `CarLensCollectionViewLayout`.
1111
public struct CarLensCollectionViewLayoutOptions {

0 commit comments

Comments
 (0)