Skip to content

Commit

Permalink
UIFont MDC simple equality: updated class docs.
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 354345406
  • Loading branch information
randallli authored and material-automation committed Jan 28, 2021
1 parent afe4105 commit 274ba18
Showing 1 changed file with 3 additions and 9 deletions.
12 changes: 3 additions & 9 deletions components/Typography/src/UIFont+MaterialSimpleEquality.h
Expand Up @@ -12,17 +12,11 @@
// See the License for the specific language governing permissions and
// limitations under the License.

/**
The Typography component provides methods for getting sized fonts and opacities following Material
style guidelines.
This header is the umbrella header for the component and should be imported by consumers of the
Typography component. Please do not directly import other headers. This will allow the componet to
expand or contract the header file space without consumer modifications.
*/

#import <UIKit/UIKit.h>

/**
This UIFont category provides a shallow equality check. http://www.openradar.appspot.com/28406766
*/
@interface UIFont (MaterialSimpleEquality)

/*
Expand Down

0 comments on commit 274ba18

Please sign in to comment.