Skip to content

Commit

Permalink
[Cards] Add umbrella headers for all extension targets. (#3463)
Browse files Browse the repository at this point in the history
Also updated all imports to make use of the umbrella headers.

Pivotal story: https://www.pivotaltracker.com/story/show/157045283
  • Loading branch information
jverkoey committed Apr 24, 2018
1 parent 962d9ab commit a132eb2
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
17 changes: 17 additions & 0 deletions components/Cards/src/ColorThemer/MaterialCards+ColorThemer.h
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
/*
Copyright 2018-present the Material Components for iOS authors. All Rights Reserved.
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
*/

#import "MDCCardsColorThemer.h"
2 changes: 1 addition & 1 deletion components/Cards/tests/unit/MDCCardColorThemerTests.swift
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

import XCTest
import MaterialComponents.MaterialCards
import MaterialComponents.MDCCardsColorThemer
import MaterialComponents.MaterialCards_ColorThemer

class CardColorThemerTests: XCTestCase {

Expand Down

0 comments on commit a132eb2

Please sign in to comment.