MSFStyle
Objective-C
@interface MSFStyle : NSObject {
void *swigCPtr;
BOOL swigCMemOwn;
}
Swift
class MSFStyle : NSObject
A base class for other Style objects.
-
Checks if this object is equal to the specified object.
Declaration
Objective-C
- (BOOL)isEqual:(id)object;Swift
func isEqual(_ object: Any!) -> BoolParameters
objectThe reference object.
Return Value
True when objects are equal, false otherwise.
-
Returns the hash value of this object.
Declaration
Objective-C
- (NSUInteger)hash;Swift
func hash() -> UIntReturn Value
The hash value of this object.
-
Undocumented
Declaration
Objective-C
-(void)dealloc;Swift
func dealloc()