mirror of
https://github.com/fxm90/GradientLoadingBar.git
synced 2026-06-16 12:24:31 +00:00
This will fix an issue with Carthage, as the `_Pods.xcodeproj` is a symlink to `Example/Pods/Pods.xcodeproj` which now can be resolved.
6 lines
166 B
Objective-C
6 lines
166 B
Objective-C
#import <Foundation/Foundation.h>
|
|
@interface PodsDummy_Pods_GradientLoadingBar_Example : NSObject
|
|
@end
|
|
@implementation PodsDummy_Pods_GradientLoadingBar_Example
|
|
@end
|