Skip to content

Commit

Permalink
viewcontroller
Browse files Browse the repository at this point in the history
  • Loading branch information
amirthytejeshwar-sc committed Apr 26, 2022
1 parent 83cd1c3 commit 9f2d6eb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Objective-C/TOCropViewController/ViewController.m
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
// WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
// IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

#import "TOCropViewController.h"
#import "ViewController.h"

#import "TOCropViewControllerTransitioning.h"
#import "TOActivityCroppedImageProvider.h"
Expand Down
2 changes: 1 addition & 1 deletion Swift/CropViewController/CropViewController.h
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@

#import <UIKit/UIKit.h>

#import "TOCropViewController.h"
#import "ViewController.h"
#import "TOCropView.h"
#import "TOCropToolbar.h"
#import "TOCropViewConstants.h"
Expand Down

0 comments on commit 9f2d6eb

Please sign in to comment.