Skip to content

Commit

Permalink
Deprecating MDCOutlinedButtonThemer (#9181)
Browse files Browse the repository at this point in the history
Deprecate symbol MDCOutlinedButtonThemer(ToBeDeprecated)::applyScheme:toButton:
(b/145204562)
  • Loading branch information
galiak11 committed Dec 10, 2019
1 parent 770509b commit 435d573
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions components/Buttons/src/ButtonThemer/MDCOutlinedButtonThemer.h
Expand Up @@ -23,10 +23,8 @@
`MDCButton`'s `-applyOutlinedThemeWithScheme:`
Learn more at docs/theming.md#migration-guide-themers-to-theming-extensions
*/
@interface MDCOutlinedButtonThemer : NSObject
@end

@interface MDCOutlinedButtonThemer (ToBeDeprecated)
__deprecated_msg("Please use MDCButton:applyOutlinedThemeWithScheme: instead.")
@interface MDCOutlinedButtonThemer : NSObject

/**
Applies a button scheme's properties to an MDCButton using the outlined button style.
Expand Down

0 comments on commit 435d573

Please sign in to comment.