Commit 0911aa34 authored by 李震's avatar 李震

添加grep_type

parent 8641c357
......@@ -190,13 +190,4 @@
return isPush == nil ? @"" : isPush;
}
- (void)setGreyType:(NSString *)greyType {
objc_setAssociatedObject(self, @selector(greyType), greyType, OBJC_ASSOCIATION_COPY);
}
- (NSString *)greyType {
NSString *greyType = objc_getAssociatedObject(self, @selector(greyType));
return greyType == nil ? @"" : greyType;
}
@end
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment