OWLObject

Objective-C

@protocol OWLObject <NSObject, NSCopying>

Swift

protocol OWLObject : NSCopying, NSObjectProtocol

Represents a generic OWL object.