|
LuxChat
2.0
Instant messenger for iOS
|
#import <PFRelation.h>
Instance Methods | |
| (PFQuery< ObjectType > *) | - query |
More... | |
| (void) | - addObject: |
More... | |
| (void) | - removeObject: |
Protected Attributes | |
| __pad0__: NSObject@property (nullable | |
| nonatomic | |
| copy NSString * | targetClass |
Copyright (c) 2015-present, Parse, LLC. All rights reserved.
This source code is licensed under the BSD-style license found in the LICENSE file in the root directory of this source tree. An additional grant of patent rights can be found in the PATENTS file in the same directory. The PFRelation class that is used to access all of the children of a many-to-many relationship. Each instance of PFRelation is associated with a particular parent object and key.
Copyright (c) 2015-present, Parse, LLC. All rights reserved.
This source code is licensed under the BSD-style license found in the LICENSE file in the root directory of this source tree. An additional grant of patent rights can be found in the PATENTS file in the same directory.
| - (void) addObject: | (ObjectType) | object |
| - (PFQuery<ObjectType> *) query |
| - (void) removeObject: | (ObjectType) | object |
Removes a relation to the passed in object.
| object | A PFObject object to add relation to. |
1.8.9.1