Skip to content

Commit

Permalink
pr issues
Browse files Browse the repository at this point in the history
  • Loading branch information
Justin Gluck committed Jan 22, 2020
1 parent 683d636 commit 63bb31a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions SmartDeviceLink/SDLRadioControlData.h
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ NS_ASSUME_NONNULL_BEGIN

/// Constructs a newly allocated SDLRadioControlCapabilities object with given parameters.
///
/// @param frequencyInteger Must be between 875 and 1080
/// @param frequencyInteger Must be between 0 and 1710
/// @param frequencyFraction Must be between 0 and 9
/// @return An instance of the SDLRadioControlData class
- (instancetype)initFMWithFrequencyInteger:(nullable NSNumber<SDLInt> *)frequencyInteger frequencyFraction:(nullable NSNumber<SDLInt> *)frequencyFraction;
Expand All @@ -56,7 +56,7 @@ NS_ASSUME_NONNULL_BEGIN

/// Constructs a newly allocated SDLRadioControlCapabilities object with given parameters.
///
/// @param frequencyInteger Must be between 875 and 1080
/// @param frequencyInteger Must be between 0 and 1710
/// @return An instance of the SDLRadioControlData class
- (instancetype)initAMWithFrequencyInteger:(nullable NSNumber<SDLInt> *)frequencyInteger;

Expand Down

0 comments on commit 63bb31a

Please sign in to comment.