Skip to content

Commit

Permalink
Fix iOS plugin reg docs (flutter#3672)
Browse files Browse the repository at this point in the history
  • Loading branch information
mravn-google authored May 10, 2017
1 parent a26700c commit cb5a86a
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions shell/platform/darwin/ios/framework/Headers/FlutterPlugin.h
Original file line number Diff line number Diff line change
Expand Up @@ -150,9 +150,8 @@ NS_ASSUME_NONNULL_BEGIN
/**
A registry of Flutter iOS plugins.
Plugins are identified by unique string keys. It is strongly advised to use
inverted domain names such as `com.mycompany.myproject.MyPlugin` as keys
to avoid clashes.
Plugins are identified by unique string keys, typically the name of the
plugin's main class.
*/
@protocol FlutterPluginRegistry<NSObject>
/**
Expand Down

0 comments on commit cb5a86a

Please sign in to comment.