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

Commit

Permalink
removed @Class declaration
Browse files Browse the repository at this point in the history
  • Loading branch information
jpgupta committed Nov 4, 2017
1 parent 50a226a commit fca42ce
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion ParseArrayHelper.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

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

s.description = <<-DESC
Expand Down
2 changes: 0 additions & 2 deletions Pod/Classes/NSArray+PFObject.h
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,6 @@
#import <Foundation/Foundation.h>
#import <Parse/PFObject.h>

@class PFObject

@interface NSArray (PFObject)
-(BOOL)containsParseObject:(PFObject*)object;
-(PFObject*)parseObjectWithId:(NSString*)parseId;
Expand Down

0 comments on commit fca42ce

Please sign in to comment.