File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 1616@property (nonatomic , strong , readonly ) NSString *name;
1717
1818// / Initialized the attribute from multiple other attributes
19- - (instancetype )initWithAttributes : (QKAttribute *)attribute , ... NS_REQUIRES_NIL_TERMINATION NS_DESIGNATED_INITIALIZER ;
19+ - (instancetype )initWithAttributes : (QKAttribute *)attribute , ... NS_REQUIRES_NIL_TERMINATION;
2020
2121// / Initialized the attribute with the given name
22- - (instancetype )initWithName : (NSString *)name __attribute((nonnull)) NS_DESIGNATED_INITIALIZER ;
22+ - (instancetype )initWithName : (NSString *)name __attribute((nonnull));
2323
2424/* * Returns a Boolean value that indicates whether a given attribute is equal to the receiver
2525 @param attribute The attribute to compare against the receiver
You can’t perform that action at this time.
0 commit comments