mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-01-18 11:38:08 +00:00
15 lines
No EOL
285 B
Objective-C
Executable file
15 lines
No EOL
285 B
Objective-C
Executable file
/*
|
|
* NinePatch.h
|
|
* NinePatch
|
|
*
|
|
* Copyright 2010 Tortuga 22, Inc. All rights reserved.
|
|
*
|
|
*/
|
|
|
|
#import <UIKit/UIKit.h>
|
|
#import <CoreGraphics/CoreGraphics.h>
|
|
|
|
#import "TUNinePatchProtocols.h"
|
|
#import "TUNinePatch.h"
|
|
#import "TUNinePatchCache.h"
|
|
#import "TUDebugLoggingAssistant.h" |