forked from mirrors/linphone-iphone
Continue chat stuff Fix viewWillAppear without viewDidLoad called with UICompositeController
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" |