`backgroundImageOperationKey` test should apply for SD_UIKIT only

This commit is contained in:
kinarob 2019-05-25 21:30:22 +08:00
parent 2396c2e7c0
commit 3c24856541
1 changed files with 2 additions and 0 deletions

View File

@ -349,8 +349,10 @@
return [testBundle pathForResource:@"TestImage" ofType:@"jpg"];
}
#if SD_UIKIT
- (NSString *)testBackgroundImageOperationKeyForState:(UIControlState)state {
return [NSString stringWithFormat:@"UIButtonBackgroundImageOperation%lu", (unsigned long)state];
}
#endif
@end