Skip to content
This repository was archived by the owner on Nov 27, 2023. It is now read-only.

Commit fca42ce

Browse files
committed
removed @Class declaration
1 parent 50a226a commit fca42ce

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

ParseArrayHelper.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
Pod::Spec.new do |s|
1010
s.name = 'ParseArrayHelper'
11-
s.version = '0.1.6'
11+
s.version = '0.1.7'
1212
s.summary = 'Helpful class extensions for NSArray and NSSet when using the Parse iOS SDK'
1313

1414
s.description = <<-DESC

Pod/Classes/NSArray+PFObject.h

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,6 @@
99
#import <Foundation/Foundation.h>
1010
#import <Parse/PFObject.h>
1111

12-
@class PFObject
13-
1412
@interface NSArray (PFObject)
1513
-(BOOL)containsParseObject:(PFObject*)object;
1614
-(PFObject*)parseObjectWithId:(NSString*)parseId;

0 commit comments

Comments
 (0)