mirror of
https://github.com/Instagram/IGListKit
synced 2026-05-23 01:08:27 +00:00
Remove PikaOptimizationsMacros
Summary: Reverting changes affecting IGListKit introduced by D34822433 (b9f81267ad)
Differential Revision: D35617758
fbshipit-source-id: c9e0928e9b314bcd8a2645f15aa6f1e8ee383bac
This commit is contained in:
parent
b9f81267ad
commit
d2f12cd92c
1 changed files with 0 additions and 2 deletions
|
|
@ -5,7 +5,6 @@
|
|||
* LICENSE file in the root directory of this source tree.
|
||||
*/
|
||||
|
||||
#import <PikaOptimizationsMacros/PikaOptimizationsMacros.h>
|
||||
#import <UIKit/UIKit.h>
|
||||
|
||||
NS_ASSUME_NONNULL_BEGIN
|
||||
|
|
@ -16,7 +15,6 @@ NS_ASSUME_NONNULL_BEGIN
|
|||
`UICollectionView`, `UICollectionViewLayout`, and `UICollectionViewDataSource`.
|
||||
*/
|
||||
NS_SWIFT_NAME(ListSupplementaryViewSource)
|
||||
NON_RUNTIME_PROTOCOL
|
||||
@protocol IGListSupplementaryViewSource <NSObject>
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Reference in a new issue