summaryrefslogtreecommitdiff
path: root/SmartDeviceLink/SDLTextField.h
diff options
context:
space:
mode:
authorMuller, Alexander (A.) <amulle19@ford.com>2016-09-22 16:25:39 -0700
committerMuller, Alexander (A.) <amulle19@ford.com>2016-09-22 16:25:39 -0700
commitbd886c5d29cc2b907c2b42d2833d8e1f879535e5 (patch)
tree7b6d016983c43211749ac0da2185d7ba0e6947fb /SmartDeviceLink/SDLTextField.h
parente6e84cc8c23609ab286c64a2c6a3037313f29908 (diff)
downloadsdl_ios-bd886c5d29cc2b907c2b42d2833d8e1f879535e5.tar.gz
Migrated initWithDictionary to take non-mutable dictionary as parameter.
Diffstat (limited to 'SmartDeviceLink/SDLTextField.h')
-rw-r--r--SmartDeviceLink/SDLTextField.h15
1 files changed, 1 insertions, 14 deletions
diff --git a/SmartDeviceLink/SDLTextField.h b/SmartDeviceLink/SDLTextField.h
index 7af898fe5..db9407475 100644
--- a/SmartDeviceLink/SDLTextField.h
+++ b/SmartDeviceLink/SDLTextField.h
@@ -56,20 +56,7 @@
*
* @since SDL 1.0
*/
-@interface SDLTextField : SDLRPCStruct {
-}
-
-/**
- * @abstract Constructs a newly allocated SDLTextField object
- */
-- (instancetype)init;
-
-/**
- * @abstract Constructs a newly allocated SDLTextField object indicated by the dictionary parameter
- *
- * @param dict The dictionary to use to construct the object
- */
-- (instancetype)initWithDictionary:(NSMutableDictionary *)dict;
+@interface SDLTextField : SDLRPCStruct
/**
* @abstract The enumeration identifying the field.